#52C3ED

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

Shades of Malibu #52C3ED

Tints of Malibu #52C3ED

Color information

#52C3ED (or 0x52C3ED) is unknown color: approx Malibu. HEX triplet: 52, C3 and ED. RGB value is (82,195,237). Sum of RGB (Red+Green+Blue) = 82+195+237=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #52C3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C3ED is #AD3C12. Grayscale: #A5A5A5. Windows color (decimal): -11353107 or 15582034. OLE color: 15582034.

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

Color convert

RGB82195237-
CMYK0.650.1800.07
HSL196.26º81.15%62.55%-
HSV(B)196.26º65.4%92.94%-
XYZ38.2846.9487.16-
YUV166168.0668.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.95%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=15.95%
G=37.94%
B=46.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal821952370.650.1800.07196.2681.1562.55
Hex52C3ED411207c4513f
Octal122303355101220730412177
Binary101001011000011111011011000001100100111110001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,195,237); }

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

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

 a { background-color: rgb(82,195,237); }

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

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

 span { border-color: rgb(82,195,237); }

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