#52c7e2

Color #52C7E2 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #52C7E2

Tints of Malibu #52C7E2

Color information

#52C7E2 (or 0x52C7E2) is unknown color: approx Malibu. HEX triplet: 52, C7 and E2. RGB value is (82,199,226). Sum of RGB (Red+Green+Blue) = 82+199+226=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #52C7E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C7E2 is #AD381D. Grayscale: #A6A6A6. Windows color (decimal): -11352094 or 14862162. OLE color: 14862162.

HSL color Cylindrical-coordinate representation of color #52C7E2: hue angle of 191.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C7E2 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB82199226-
CMYK0.640.1200.11
HSL191.25º71.29%60.39%-
HSV(B)191.25º63.72%88.63%-
XYZ37.6348.1379.26-
YUV167.1161.2467.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 16.17%
GREEN value IS 199 (78.12% from 255) = 39.25%
BLUE value IS 226 (88.67% from 255) = 44.58%
R=16.17%
G=39.25%
B=44.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal821992260.640.1200.11191.2571.2960.39
Hex52C7E240C0Bbf473c
Octal1223073421001401327710774
Binary101001011000111111000101000000110001011101111111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c7e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52c7e2; }

 p { color: rgb(82,199,226); }

 H1.HeaderClassName
 {
   color: #52c7e2;
 }
 .AnyTagClassName
 {
   color: #52c7e2;
 }
</style>
background-color css

<style>
 a { background-color: #52c7e2; }

 a { background-color: rgb(82,199,226); }

 div.DivClassName
 {
   background-color: #52c7e2;
 }
 .BgClassName
 {
   background-color: #52c7e2;
 }
</style>
border-color css

<style>
 span { border-color: #52c7e2; }

 span { border-color: rgb(82,199,226); }

 td.TdClassName
 {
   border-color: #52c7e2;
 }
 .TagClassName
 {
   border-color: #52c7e2;
 }
</style>