Html Css Color HEX #ACE2F6 Blizzard Blue

📋 copy color: '#ACE2F6'

red 172 ◦ green 226 ◦ blue 246

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

Shades of Blizzard Blue #ACE2F6

Tints of Blizzard Blue #ACE2F6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.09%

 BLUE value IS 246 (96.48% from 255) = 38.2%

R = 26.71%
G = 35.09%
B = 38.2%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACE2F6 (or 0xACE2F6) is known color: Blizzard Blue. HEX triplet: AC, E2 and F6. RGB value is (172,226,246). Sum of RGB (Red+Green+Blue) = 172+226+246=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACE2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2F6 is #531D09. Grayscale: #D4D4D4. Windows color (decimal): -5446922 or 16179884. OLE color: 16179884.

HSL color Cylindrical-coordinate representation of color #ACE2F6: hue angle of 196.22º degrees, saturation: 0.8, 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 #ACE2F6 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 226 246 -
CMYK 0.30 0.08 0 0.04
HSL 196.22º 0.8% 0.82% -
HSV(B) 196.22º 0.3% 0.96% -
XYZ 60.84 69.82 97.46 -
YUV 212.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 172 226 246 0.30 0.08 0 0.04 196.22 0.8 0.82
Hex AC E2 F6 1E 8 0 4 C4 50 52
Octal 254 342 366 36 10 0 4 304 120 122
Binary 10101100 11100010 11110110 11110 1000 0 100 11000100 1010000 1010010

Color Harmonies of #ACE2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE2F6

Black with #ACE2F6

Text Example


Text Example

White with #ACE2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE2F6; }

 p { color: rgb(172,226,246); }

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

background-color css

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

 a { background-color: rgb(172,226,246); }

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

border-color css

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

 span { border-color: rgb(172,226,246); }

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