#52C3F7

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

Shades of Malibu #52C3F7

Tints of Malibu #52C3F7

Color information

#52C3F7 (or 0x52C3F7) is unknown color: approx Malibu. HEX triplet: 52, C3 and F7. RGB value is (82,195,247). Sum of RGB (Red+Green+Blue) = 82+195+247=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #52C3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C3F7 is #AD3C08. Grayscale: #A6A6A6. Windows color (decimal): -11353097 or 16237394. OLE color: 16237394.

HSL color Cylindrical-coordinate representation of color #52C3F7: hue angle of 198.91º 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 #52C3F7 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB82195247-
CMYK0.670.2100.03
HSL198.91º91.16%64.51%-
HSV(B)198.91º66.8%96.86%-
XYZ39.7847.5495.07-
YUV167.14173.0667.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.65%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 247 (96.88% from 255) = 47.14%
R=15.65%
G=37.21%
B=47.14%

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
Decimal821952470.670.2100.03198.9191.1664.51
Hex52C3F7431503c75b41
Octal1223033671032503307133101
Binary101001011000011111101111000011101010111100011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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