Html Css Color HEX #52AFDD Malibu

📋 copy color: '#52AFDD'

red 82 ◦ green 175 ◦ blue 221

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

Shades of Malibu #52AFDD

Tints of Malibu #52AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 17.15%
G = 36.61%
B = 46.23%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52AFDD (or 0x52AFDD) is known color: Malibu. HEX triplet: 52, AF and DD. RGB value is (82,175,221). Sum of RGB (Red+Green+Blue) = 82+175+221=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #52AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFDD is #AD5022. Grayscale: #989898. Windows color (decimal): -11358243 or 14528338. OLE color: 14528338.

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

Color convert

RGB 82 175 221 -
CMYK 0.63 0.21 0 0.13
HSL 199.86º 0.67% 0.59% -
HSV(B) 199.86º 0.63% 0.87% -
XYZ 31.86 37.67 74 -
YUV 152.44 166.69 77.76 -
System Red Green Blue C M Y K H S L
Decimal 82 175 221 0.63 0.21 0 0.13 199.86 0.67 0.59
Hex 52 AF DD 3F 15 0 D C8 43 3B
Octal 122 257 335 77 25 0 15 310 103 73
Binary 1010010 10101111 11011101 111111 10101 0 1101 11001000 1000011 111011

Color Harmonies of #52AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFDD

Black with #52AFDD

Text Example


Text Example

White with #52AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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