Html Css Color HEX #ACE9F7 Blizzard Blue

📋 copy color: '#ACE9F7'

red 172 ◦ green 233 ◦ blue 247

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

Shades of Blizzard Blue #ACE9F7

Tints of Blizzard Blue #ACE9F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.88%

R = 26.38%
G = 35.74%
B = 37.88%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACE9F7 (or 0xACE9F7) is known color: Blizzard Blue. HEX triplet: AC, E9 and F7. RGB value is (172,233,247). Sum of RGB (Red+Green+Blue) = 172+233+247=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACE9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9F7 is #531608. Grayscale: #D8D8D8. Windows color (decimal): -5445129 or 16247212. OLE color: 16247212.

HSL color Cylindrical-coordinate representation of color #ACE9F7: hue angle of 191.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE9F7 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 233 247 -
CMYK 0.30 0.06 0 0.03
HSL 191.2º 0.82% 0.82% -
HSV(B) 191.2º 0.3% 0.97% -
XYZ 62.94 73.76 98.92 -
YUV 216.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 172 233 247 0.30 0.06 0 0.03 191.2 0.82 0.82
Hex AC E9 F7 1E 6 0 3 BF 52 52
Octal 254 351 367 36 6 0 3 277 122 122
Binary 10101100 11101001 11110111 11110 110 0 11 10111111 1010010 1010010

Color Harmonies of #ACE9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9F7

Black with #ACE9F7

Text Example


Text Example

White with #ACE9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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