Html Css Color HEX #ACE3F4 Blizzard Blue

📋 copy color: '#ACE3F4'

red 172 ◦ green 227 ◦ blue 244

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

Shades of Blizzard Blue #ACE3F4

Tints of Blizzard Blue #ACE3F4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.3%

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

R = 26.75%
G = 35.3%
B = 37.95%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACE3F4 (or 0xACE3F4) is known color: Blizzard Blue. HEX triplet: AC, E3 and F4. RGB value is (172,227,244). Sum of RGB (Red+Green+Blue) = 172+227+244=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACE3F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3F4 is #531C0B. Grayscale: #D4D4D4. Windows color (decimal): -5446668 or 16049068. OLE color: 16049068.

HSL color Cylindrical-coordinate representation of color #ACE3F4: hue angle of 194.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 #ACE3F4 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 227 244 -
CMYK 0.30 0.07 0 0.04
HSL 194.17º 0.77% 0.82% -
HSV(B) 194.17º 0.3% 0.96% -
XYZ 60.81 70.24 95.94 -
YUV 212.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 172 227 244 0.30 0.07 0 0.04 194.17 0.77 0.82
Hex AC E3 F4 1E 7 0 4 C2 4D 52
Octal 254 343 364 36 7 0 4 302 115 122
Binary 10101100 11100011 11110100 11110 111 0 100 11000010 1001101 1010010

Color Harmonies of #ACE3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3F4

Black with #ACE3F4

Text Example


Text Example

White with #ACE3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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