Html Css Color HEX #ACE9F5 Blizzard Blue

📋 copy color: '#ACE9F5'

red 172 ◦ green 233 ◦ blue 245

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

Shades of Blizzard Blue #ACE9F5

Tints of Blizzard Blue #ACE9F5

RGB

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

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

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

R = 26.46%
G = 35.85%
B = 37.69%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACE9F5 (or 0xACE9F5) is known color: Blizzard Blue. HEX triplet: AC, E9 and F5. RGB value is (172,233,245). Sum of RGB (Red+Green+Blue) = 172+233+245=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9F5 is #53160A. Grayscale: #D8D8D8. Windows color (decimal): -5445131 or 16116140. OLE color: 16116140.

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

Color convert

RGB 172 233 245 -
CMYK 0.30 0.05 0 0.04
HSL 189.86º 0.78% 0.82% -
HSV(B) 189.86º 0.3% 0.96% -
XYZ 62.63 73.64 97.3 -
YUV 216.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 172 233 245 0.30 0.05 0 0.04 189.86 0.78 0.82
Hex AC E9 F5 1E 5 0 4 BE 4E 52
Octal 254 351 365 36 5 0 4 276 116 122
Binary 10101100 11101001 11110101 11110 101 0 100 10111110 1001110 1010010

Color Harmonies of #ACE9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9F5

Black with #ACE9F5

Text Example


Text Example

White with #ACE9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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