#52B3ED

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

Shades of Malibu #52B3ED

Tints of Malibu #52B3ED

Color information

#52B3ED (or 0x52B3ED) is unknown color: approx Malibu. HEX triplet: 52, B3 and ED. RGB value is (82,179,237). Sum of RGB (Red+Green+Blue) = 82+179+237=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #52B3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B3ED is #AD4C12. Grayscale: #9C9C9C. Windows color (decimal): -11357203 or 15577938. OLE color: 15577938.

HSL color Cylindrical-coordinate representation of color #52B3ED: hue angle of 202.45º 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 #52B3ED is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82179237-
CMYK0.650.2400.07
HSL202.45º81.15%62.55%-
HSV(B)202.45º65.4%92.94%-
XYZ34.8940.1586.03-
YUV156.61173.3674.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.47%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=16.47%
G=35.94%
B=47.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal821792370.650.2400.07202.4581.1562.55
Hex52B3ED411807ca513f
Octal122263355101300731212177
Binary101001010110011111011011000001110000111110010101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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