#52B7EE

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

Shades of Malibu #52B7EE

Tints of Malibu #52B7EE

Color information

#52B7EE (or 0x52B7EE) is unknown color: approx Malibu. HEX triplet: 52, B7 and EE. RGB value is (82,183,238). Sum of RGB (Red+Green+Blue) = 82+183+238=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #52B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B7EE is #AD4811. Grayscale: #9E9E9E. Windows color (decimal): -11356178 or 15644498. OLE color: 15644498.

HSL color Cylindrical-coordinate representation of color #52B7EE: hue angle of 201.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B7EE is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82183238-
CMYK0.660.2300.07
HSL201.15º82.11%62.75%-
HSV(B)201.15º65.55%93.33%-
XYZ35.8541.8387.07-
YUV159.07172.5473.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.30%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 238 (93.36% from 255) = 47.32%
R=16.30%
G=36.38%
B=47.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal821832380.660.2300.07201.1582.1162.75
Hex52B7EE421707c9523f
Octal122267356102270731112277
Binary101001010110111111011101000010101110111110010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,238); }

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

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

 a { background-color: rgb(82,183,238); }

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

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

 span { border-color: rgb(82,183,238); }

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