#52B4EF

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

Shades of Malibu #52B4EF

Tints of Malibu #52B4EF

Color information

#52B4EF (or 0x52B4EF) is unknown color: approx Malibu. HEX triplet: 52, B4 and EF. RGB value is (82,180,239). Sum of RGB (Red+Green+Blue) = 82+180+239=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #52B4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B4EF is #AD4B10. Grayscale: #9D9D9D. Windows color (decimal): -11356945 or 15709266. OLE color: 15709266.

HSL color Cylindrical-coordinate representation of color #52B4EF: hue angle of 202.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B4EF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82180239-
CMYK0.660.2500.06
HSL202.55º83.07%62.94%-
HSV(B)202.55º65.69%93.73%-
XYZ35.3840.6787.65-
YUV157.42174.0374.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.37%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=16.37%
G=35.93%
B=47.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal821802390.660.2500.06202.5583.0762.94
Hex52B4EF421906cb533f
Octal122264357102310631312377
Binary101001010110100111011111000010110010110110010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,239); }

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

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

 a { background-color: rgb(82,180,239); }

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

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

 span { border-color: rgb(82,180,239); }

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