#52C4F5

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

Shades of Malibu #52C4F5

Tints of Malibu #52C4F5

Color information

#52C4F5 (or 0x52C4F5) is unknown color: approx Malibu. HEX triplet: 52, C4 and F5. RGB value is (82,196,245). Sum of RGB (Red+Green+Blue) = 82+196+245=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #52C4F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C4F5 is #AD3B0A. Grayscale: #A7A7A7. Windows color (decimal): -11352843 or 16106578. OLE color: 16106578.

HSL color Cylindrical-coordinate representation of color #52C4F5: hue angle of 198.04º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C4F5 is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82196245-
CMYK0.670.200.04
HSL198.04º89.07%64.12%-
HSV(B)198.04º66.53%96.08%-
XYZ39.747.8793.53-
YUV167.5171.7367.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.68%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 245 (96.09% from 255) = 46.85%
R=15.68%
G=37.48%
B=46.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal821962450.670.200.04198.0489.0764.12
Hex52C4F5431404c65940
Octal1223043651032404306131100
Binary1010010110001001111010110000111010001001100011010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,245); }

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

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

 a { background-color: rgb(82,196,245); }

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

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

 span { border-color: rgb(82,196,245); }

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