#52BEDD

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

Shades of Malibu #52BEDD

Tints of Malibu #52BEDD

Color information

#52BEDD (or 0x52BEDD) is unknown color: approx Malibu. HEX triplet: 52, BE and DD. RGB value is (82,190,221). Sum of RGB (Red+Green+Blue) = 82+190+221=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #52BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEDD is #AD4122. Grayscale: #A1A1A1. Windows color (decimal): -11354403 or 14532178. OLE color: 14532178.

HSL color Cylindrical-coordinate representation of color #52BEDD: hue angle of 193.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BEDD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82190221-
CMYK0.630.1400.13
HSL193.38º67.15%59.41%-
HSV(B)193.38º62.9%86.67%-
XYZ34.9443.8475.03-
YUV161.24161.7271.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.63%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=16.63%
G=38.54%
B=44.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821902210.630.1400.13193.3867.1559.41
Hex52BEDD3FE0Dc1433b
Octal122276335771601530110373
Binary10100101011111011011101111111111001101110000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,221); }

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

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

 a { background-color: rgb(82,190,221); }

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

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

 span { border-color: rgb(82,190,221); }

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