Html Css Color HEX #ACE4F6 Blizzard Blue

📋 copy color: '#ACE4F6'

red 172 ◦ green 228 ◦ blue 246

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

Shades of Blizzard Blue #ACE4F6

Tints of Blizzard Blue #ACE4F6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.29%

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

R = 26.63%
G = 35.29%
B = 38.08%

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

#ACE4F6 (or 0xACE4F6) is known color: Blizzard Blue. HEX triplet: AC, E4 and F6. RGB value is (172,228,246). Sum of RGB (Red+Green+Blue) = 172+228+246=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACE4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F6 is #531B09. Grayscale: #D5D5D5. Windows color (decimal): -5446410 or 16180396. OLE color: 16180396.

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

Color convert

RGB 172 228 246 -
CMYK 0.30 0.07 0 0.04
HSL 194.59º 0.8% 0.82% -
HSV(B) 194.59º 0.3% 0.96% -
XYZ 61.39 70.91 97.64 -
YUV 213.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 172 228 246 0.30 0.07 0 0.04 194.59 0.8 0.82
Hex AC E4 F6 1E 7 0 4 C3 50 52
Octal 254 344 366 36 7 0 4 303 120 122
Binary 10101100 11100100 11110110 11110 111 0 100 11000011 1010000 1010010

Color Harmonies of #ACE4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4F6

Black with #ACE4F6

Text Example


Text Example

White with #ACE4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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