Html Css Color HEX #52ACE8 Malibu

📋 copy color: '#52ACE8'

red 82 ◦ green 172 ◦ blue 232

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

Shades of Malibu #52ACE8

Tints of Malibu #52ACE8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 16.87%
G = 35.39%
B = 47.74%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#52ACE8 (or 0x52ACE8) is known color: Malibu. HEX triplet: 52, AC and E8. RGB value is (82,172,232). Sum of RGB (Red+Green+Blue) = 82+172+232=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #52ACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ACE8 is #AD5317. Grayscale: #979797. Windows color (decimal): -11359000 or 15248466. OLE color: 15248466.

HSL color Cylindrical-coordinate representation of color #52ACE8: hue angle of 204º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ACE8 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 172 232 -
CMYK 0.65 0.26 0 0.09
HSL 204º 0.77% 0.62% -
HSV(B) 204º 0.65% 0.91% -
XYZ 32.8 37.13 81.78 -
YUV 151.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 82 172 232 0.65 0.26 0 0.09 204 0.77 0.62
Hex 52 AC E8 41 1A 0 9 CC 4D 3E
Octal 122 254 350 101 32 0 11 314 115 76
Binary 1010010 10101100 11101000 1000001 11010 0 1001 11001100 1001101 111110

Color Harmonies of #52ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACE8

Black with #52ACE8

Text Example


Text Example

White with #52ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,232); }

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

background-color css

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

 a { background-color: rgb(82,172,232); }

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

border-color css

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

 span { border-color: rgb(82,172,232); }

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