Html Css Color HEX #ACE0ED Blizzard Blue

📋 copy color: '#ACE0ED'

red 172 ◦ green 224 ◦ blue 237

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

Shades of Blizzard Blue #ACE0ED

Tints of Blizzard Blue #ACE0ED

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.39%

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

R = 27.17%
G = 35.39%
B = 37.44%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE0ED (or 0xACE0ED) is known color: Blizzard Blue. HEX triplet: AC, E0 and ED. RGB value is (172,224,237). Sum of RGB (Red+Green+Blue) = 172+224+237=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0ED is #531F12. Grayscale: #D1D1D1. Windows color (decimal): -5447443 or 15589548. OLE color: 15589548.

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

Color convert

RGB 172 224 237 -
CMYK 0.27 0.05 0 0.07
HSL 192º 0.64% 0.8% -
HSV(B) 192º 0.27% 0.93% -
XYZ 58.95 68.2 90.18 -
YUV 209.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 172 224 237 0.27 0.05 0 0.07 192 0.64 0.8
Hex AC E0 ED 1B 5 0 7 C0 40 50
Octal 254 340 355 33 5 0 7 300 100 120
Binary 10101100 11100000 11101101 11011 101 0 111 11000000 1000000 1010000

Color Harmonies of #ACE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0ED

Black with #ACE0ED

Text Example


Text Example

White with #ACE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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