Html Css Color HEX #ACE1EE Blizzard Blue

📋 copy color: '#ACE1EE'

red 172 ◦ green 225 ◦ blue 238

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

Shades of Blizzard Blue #ACE1EE

Tints of Blizzard Blue #ACE1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.43%

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 27.09%
G = 35.43%
B = 37.48%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE1EE (or 0xACE1EE) is known color: Blizzard Blue. HEX triplet: AC, E1 and EE. RGB value is (172,225,238). Sum of RGB (Red+Green+Blue) = 172+225+238=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1EE is #531E11. Grayscale: #D2D2D2. Windows color (decimal): -5447186 or 15655340. OLE color: 15655340.

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

Color convert

RGB 172 225 238 -
CMYK 0.28 0.05 0 0.07
HSL 191.82º 0.66% 0.8% -
HSV(B) 191.82º 0.28% 0.93% -
XYZ 59.37 68.79 91.04 -
YUV 210.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 172 225 238 0.28 0.05 0 0.07 191.82 0.66 0.8
Hex AC E1 EE 1C 5 0 7 C0 42 50
Octal 254 341 356 34 5 0 7 300 102 120
Binary 10101100 11100001 11101110 11100 101 0 111 11000000 1000010 1010000

Color Harmonies of #ACE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1EE

Black with #ACE1EE

Text Example


Text Example

White with #ACE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1EE; }

 p { color: rgb(172,225,238); }

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

background-color css

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

 a { background-color: rgb(172,225,238); }

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

border-color css

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

 span { border-color: rgb(172,225,238); }

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