Html Css Color HEX #52B7DD Malibu

📋 copy color: '#52B7DD'

red 82 ◦ green 183 ◦ blue 221

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

Shades of Malibu #52B7DD

Tints of Malibu #52B7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.65%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 16.87%
G = 37.65%
B = 45.47%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52B7DD (or 0x52B7DD) is known color: Malibu. HEX triplet: 52, B7 and DD. RGB value is (82,183,221). Sum of RGB (Red+Green+Blue) = 82+183+221=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #52B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B7DD is #AD4822. Grayscale: #9C9C9C. Windows color (decimal): -11356195 or 14530386. OLE color: 14530386.

HSL color Cylindrical-coordinate representation of color #52B7DD: hue angle of 196.4º 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 #52B7DD is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 183 221 -
CMYK 0.63 0.17 0 0.13
HSL 196.4º 0.67% 0.59% -
HSV(B) 196.4º 0.63% 0.87% -
XYZ 33.46 40.88 74.53 -
YUV 157.13 164.04 74.41 -
System Red Green Blue C M Y K H S L
Decimal 82 183 221 0.63 0.17 0 0.13 196.4 0.67 0.59
Hex 52 B7 DD 3F 11 0 D C4 43 3B
Octal 122 267 335 77 21 0 15 304 103 73
Binary 1010010 10110111 11011101 111111 10001 0 1101 11000100 1000011 111011

Color Harmonies of #52B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B7DD

Black with #52B7DD

Text Example


Text Example

White with #52B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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