Html Css Color HEX #ACE5ED Blizzard Blue

📋 copy color: '#ACE5ED'

red 172 ◦ green 229 ◦ blue 237

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

Shades of Blizzard Blue #ACE5ED

Tints of Blizzard Blue #ACE5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.89%

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 26.96%
G = 35.89%
B = 37.15%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE5ED (or 0xACE5ED) is known color: Blizzard Blue. HEX triplet: AC, E5 and ED. RGB value is (172,229,237). Sum of RGB (Red+Green+Blue) = 172+229+237=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5ED is #531A12. Grayscale: #D4D4D4. Windows color (decimal): -5446163 or 15590828. OLE color: 15590828.

HSL color Cylindrical-coordinate representation of color #ACE5ED: hue angle of 187.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE5ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 229 237 -
CMYK 0.27 0.03 0 0.07
HSL 187.38º 0.64% 0.8% -
HSV(B) 187.38º 0.27% 0.93% -
XYZ 60.32 70.92 90.63 -
YUV 212.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 172 229 237 0.27 0.03 0 0.07 187.38 0.64 0.8
Hex AC E5 ED 1B 3 0 7 BB 40 50
Octal 254 345 355 33 3 0 7 273 100 120
Binary 10101100 11100101 11101101 11011 11 0 111 10111011 1000000 1010000

Color Harmonies of #ACE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5ED

Black with #ACE5ED

Text Example


Text Example

White with #ACE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5ED; }

 p { color: rgb(172,229,237); }

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

background-color css

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

 a { background-color: rgb(172,229,237); }

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

border-color css

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

 span { border-color: rgb(172,229,237); }

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