Html Css Color HEX #52BBDC Malibu

📋 copy color: '#52BBDC'

red 82 ◦ green 187 ◦ blue 220

#52BBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #52BBDC

Tints of Malibu #52BBDC

RGB

 RED value IS 82 (32.42% from 255) = 16.77%

 GREEN value IS 187 (73.44% from 255) = 38.24%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 16.77%
G = 38.24%
B = 44.99%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52BBDC (or 0x52BBDC) is known color: Malibu. HEX triplet: 52, BB and DC. RGB value is (82,187,220). Sum of RGB (Red+Green+Blue) = 82+187+220=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #52BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBDC is #AD4423. Grayscale: #9F9F9F. Windows color (decimal): -11355172 or 14465874. OLE color: 14465874.

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

Color convert

RGB 82 187 220 -
CMYK 0.63 0.15 0 0.14
HSL 194.35º 0.66% 0.59% -
HSV(B) 194.35º 0.63% 0.86% -
XYZ 34.17 42.5 74.11 -
YUV 159.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 82 187 220 0.63 0.15 0 0.14 194.35 0.66 0.59
Hex 52 BB DC 3F F 0 E C2 42 3B
Octal 122 273 334 77 17 0 16 302 102 73
Binary 1010010 10111011 11011100 111111 1111 0 1110 11000010 1000010 111011

Color Harmonies of #52BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBDC

Black with #52BBDC

Text Example


Text Example

White with #52BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,220); }

 H1.HeaderClassName
 {
   color: #52BBDC;
 }
 .AnyTagClassName
 {
   color: #52BBDC;
 }
</style>

background-color css

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

 a { background-color: rgb(82,187,220); }

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

border-color css

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

 span { border-color: rgb(82,187,220); }

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