Html Css Color HEX #ACEAF5 Blizzard Blue

📋 copy color: '#ACEAF5'

red 172 ◦ green 234 ◦ blue 245

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

Shades of Blizzard Blue #ACEAF5

Tints of Blizzard Blue #ACEAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.94%

 BLUE value IS 245 (96.09% from 255) = 37.63%

R = 26.42%
G = 35.94%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACEAF5 (or 0xACEAF5) is known color: Blizzard Blue. HEX triplet: AC, EA and F5. RGB value is (172,234,245). Sum of RGB (Red+Green+Blue) = 172+234+245=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACEAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAF5 is #53150A. Grayscale: #D8D8D8. Windows color (decimal): -5444875 or 16116396. OLE color: 16116396.

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

Color convert

RGB 172 234 245 -
CMYK 0.30 0.04 0 0.04
HSL 189.04º 0.78% 0.82% -
HSV(B) 189.04º 0.3% 0.96% -
XYZ 62.92 74.21 97.39 -
YUV 216.72 143.96 96.11 -
System Red Green Blue C M Y K H S L
Decimal 172 234 245 0.30 0.04 0 0.04 189.04 0.78 0.82
Hex AC EA F5 1E 4 0 4 BD 4E 52
Octal 254 352 365 36 4 0 4 275 116 122
Binary 10101100 11101010 11110101 11110 100 0 100 10111101 1001110 1010010

Color Harmonies of #ACEAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAF5

Black with #ACEAF5

Text Example


Text Example

White with #ACEAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAF5; }

 p { color: rgb(172,234,245); }

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

background-color css

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

 a { background-color: rgb(172,234,245); }

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

border-color css

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

 span { border-color: rgb(172,234,245); }

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