#52BCEA

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

Shades of Malibu #52BCEA

Tints of Malibu #52BCEA

Color information

#52BCEA (or 0x52BCEA) is unknown color: approx Malibu. HEX triplet: 52, BC and EA. RGB value is (82,188,234). Sum of RGB (Red+Green+Blue) = 82+188+234=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #52BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCEA is #AD4315. Grayscale: #A1A1A1. Windows color (decimal): -11354902 or 15383634. OLE color: 15383634.

HSL color Cylindrical-coordinate representation of color #52BCEA: hue angle of 198.16º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BCEA is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82188234-
CMYK0.650.2000.08
HSL198.16º78.35%61.96%-
HSV(B)198.16º64.96%91.76%-
XYZ36.3143.784.36-
YUV161.55168.8871.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.27%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=16.27%
G=37.30%
B=46.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821882340.650.2000.08198.1678.3561.96
Hex52BCEA411408c64e3e
Octal1222743521012401030611676
Binary1010010101111001110101010000011010001000110001101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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