Html Css Color HEX #ACE8EF Blizzard Blue

📋 copy color: '#ACE8EF'

red 172 ◦ green 232 ◦ blue 239

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

Shades of Blizzard Blue #ACE8EF

Tints of Blizzard Blue #ACE8EF

RGB

 RED value IS 172 (67.58% from 255) = 26.75%

 GREEN value IS 232 (91.02% from 255) = 36.08%

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 26.75%
G = 36.08%
B = 37.17%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE8EF (or 0xACE8EF) is known color: Blizzard Blue. HEX triplet: AC, E8 and EF. RGB value is (172,232,239). Sum of RGB (Red+Green+Blue) = 172+232+239=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8EF is #531710. Grayscale: #D6D6D6. Windows color (decimal): -5445393 or 15722668. OLE color: 15722668.

HSL color Cylindrical-coordinate representation of color #ACE8EF: hue angle of 186.27º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE8EF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 232 239 -
CMYK 0.28 0.03 0 0.06
HSL 186.27º 0.68% 0.81% -
HSV(B) 186.27º 0.28% 0.94% -
XYZ 61.45 72.72 92.46 -
YUV 214.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 172 232 239 0.28 0.03 0 0.06 186.27 0.68 0.81
Hex AC E8 EF 1C 3 0 6 BA 44 51
Octal 254 350 357 34 3 0 6 272 104 121
Binary 10101100 11101000 11101111 11100 11 0 110 10111010 1000100 1010001

Color Harmonies of #ACE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8EF

Black with #ACE8EF

Text Example


Text Example

White with #ACE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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