#52C0E8

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

Shades of Malibu #52C0E8

Tints of Malibu #52C0E8

Color information

#52C0E8 (or 0x52C0E8) is unknown color: approx Malibu. HEX triplet: 52, C0 and E8. RGB value is (82,192,232). Sum of RGB (Red+Green+Blue) = 82+192+232=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #52C0E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0E8 is #AD3F17. Grayscale: #A3A3A3. Windows color (decimal): -11353880 or 15253586. OLE color: 15253586.

HSL color Cylindrical-coordinate representation of color #52C0E8: hue angle of 196º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C0E8 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB82192232-
CMYK0.650.1700.09
HSL196º76.53%61.57%-
HSV(B)196º64.66%90.98%-
XYZ36.8945.3283.15-
YUV163.67166.5669.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.21%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 232 (91.02% from 255) = 45.85%
R=16.21%
G=37.94%
B=45.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal821922320.650.1700.0919676.5361.57
Hex52C0E8411109c44d3e
Octal1223003501012101130411576
Binary1010010110000001110100010000011000101001110001001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,192,232); }

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

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

 a { background-color: rgb(82,192,232); }

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

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

 span { border-color: rgb(82,192,232); }

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