Html Css Color HEX #ACE4F9 Blizzard Blue

📋 copy color: '#ACE4F9'

red 172 ◦ green 228 ◦ blue 249

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

Shades of Blizzard Blue #ACE4F9

Tints of Blizzard Blue #ACE4F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.37%

R = 26.5%
G = 35.13%
B = 38.37%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACE4F9 (or 0xACE4F9) is known color: Blizzard Blue. HEX triplet: AC, E4 and F9. RGB value is (172,228,249). Sum of RGB (Red+Green+Blue) = 172+228+249=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F9 is #531B06. Grayscale: #D5D5D5. Windows color (decimal): -5446407 or 16377004. OLE color: 16377004.

HSL color Cylindrical-coordinate representation of color #ACE4F9: hue angle of 196.36º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE4F9 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 228 249 -
CMYK 0.31 0.08 0 0.02
HSL 196.36º 0.87% 0.83% -
HSV(B) 196.36º 0.31% 0.98% -
XYZ 61.86 71.1 100.09 -
YUV 213.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 172 228 249 0.31 0.08 0 0.02 196.36 0.87 0.83
Hex AC E4 F9 1F 8 0 2 C4 57 53
Octal 254 344 371 37 10 0 2 304 127 123
Binary 10101100 11100100 11111001 11111 1000 0 10 11000100 1010111 1010011

Color Harmonies of #ACE4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4F9

Black with #ACE4F9

Text Example


Text Example

White with #ACE4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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