Html Css Color HEX #ACE9F4 Blizzard Blue

📋 copy color: '#ACE9F4'

red 172 ◦ green 233 ◦ blue 244

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

Shades of Blizzard Blue #ACE9F4

Tints of Blizzard Blue #ACE9F4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.9%

 BLUE value IS 244 (95.7% from 255) = 37.6%

R = 26.5%
G = 35.9%
B = 37.6%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACE9F4 (or 0xACE9F4) is known color: Blizzard Blue. HEX triplet: AC, E9 and F4. RGB value is (172,233,244). Sum of RGB (Red+Green+Blue) = 172+233+244=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACE9F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9F4 is #53160B. Grayscale: #D7D7D7. Windows color (decimal): -5445132 or 16050604. OLE color: 16050604.

HSL color Cylindrical-coordinate representation of color #ACE9F4: hue angle of 189.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE9F4 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 233 244 -
CMYK 0.30 0.05 0 0.04
HSL 189.17º 0.77% 0.82% -
HSV(B) 189.17º 0.3% 0.96% -
XYZ 62.48 73.58 96.5 -
YUV 216.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 172 233 244 0.30 0.05 0 0.04 189.17 0.77 0.82
Hex AC E9 F4 1E 5 0 4 BD 4D 52
Octal 254 351 364 36 5 0 4 275 115 122
Binary 10101100 11101001 11110100 11110 101 0 100 10111101 1001101 1010010

Color Harmonies of #ACE9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9F4

Black with #ACE9F4

Text Example


Text Example

White with #ACE9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9F4; }

 p { color: rgb(172,233,244); }

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

background-color css

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

 a { background-color: rgb(172,233,244); }

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

border-color css

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

 span { border-color: rgb(172,233,244); }

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