#52C2F7

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

Shades of Malibu #52C2F7

Tints of Malibu #52C2F7

Color information

#52C2F7 (or 0x52C2F7) is unknown color: approx Malibu. HEX triplet: 52, C2 and F7. RGB value is (82,194,247). Sum of RGB (Red+Green+Blue) = 82+194+247=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #52C2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C2F7 is #AD3D08. Grayscale: #A6A6A6. Windows color (decimal): -11353353 or 16237138. OLE color: 16237138.

HSL color Cylindrical-coordinate representation of color #52C2F7: hue angle of 199.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C2F7 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB82194247-
CMYK0.670.2100.03
HSL199.27º91.16%64.51%-
HSV(B)199.27º66.8%96.86%-
XYZ39.5647.0995-
YUV166.55173.3967.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.68%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=15.68%
G=37.09%
B=47.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal821942470.670.2100.03199.2791.1664.51
Hex52C2F7431503c75b41
Octal1223023671032503307133101
Binary101001011000010111101111000011101010111100011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,194,247); }

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

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

 a { background-color: rgb(82,194,247); }

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

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

 span { border-color: rgb(82,194,247); }

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