#52BCDF

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

Shades of Malibu #52BCDF

Tints of Malibu #52BCDF

Color information

#52BCDF (or 0x52BCDF) is unknown color: approx Malibu. HEX triplet: 52, BC and DF. RGB value is (82,188,223). Sum of RGB (Red+Green+Blue) = 82+188+223=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #52BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCDF is #AD4320. Grayscale: #A0A0A0. Windows color (decimal): -11354913 or 14662738. OLE color: 14662738.

HSL color Cylindrical-coordinate representation of color #52BCDF: hue angle of 194.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BCDF is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82188223-
CMYK0.630.1600.13
HSL194.89º68.78%59.8%-
HSV(B)194.89º63.23%87.45%-
XYZ34.7843.0976.3-
YUV160.3163.3872.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.63%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=16.63%
G=38.13%
B=45.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821882230.630.1600.13194.8968.7859.8
Hex52BCDF3F100Dc3453c
Octal122274337772001530310574
Binary101001010111100110111111111111000001101110000111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,188,223); }

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

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

 a { background-color: rgb(82,188,223); }

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

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

 span { border-color: rgb(82,188,223); }

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