Html Css Color HEX #ACE1EF Blizzard Blue

📋 copy color: '#ACE1EF'

red 172 ◦ green 225 ◦ blue 239

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

Shades of Blizzard Blue #ACE1EF

Tints of Blizzard Blue #ACE1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.58%

R = 27.04%
G = 35.38%
B = 37.58%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE1EF (or 0xACE1EF) is known color: Blizzard Blue. HEX triplet: AC, E1 and EF. RGB value is (172,225,239). Sum of RGB (Red+Green+Blue) = 172+225+239=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1EF is #531E10. Grayscale: #D2D2D2. Windows color (decimal): -5447185 or 15720876. OLE color: 15720876.

HSL color Cylindrical-coordinate representation of color #ACE1EF: hue angle of 192.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE1EF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 225 239 -
CMYK 0.28 0.06 0 0.06
HSL 192.54º 0.68% 0.81% -
HSV(B) 192.54º 0.28% 0.94% -
XYZ 59.52 68.85 91.81 -
YUV 210.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 172 225 239 0.28 0.06 0 0.06 192.54 0.68 0.81
Hex AC E1 EF 1C 6 0 6 C1 44 51
Octal 254 341 357 34 6 0 6 301 104 121
Binary 10101100 11100001 11101111 11100 110 0 110 11000001 1000100 1010001

Color Harmonies of #ACE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1EF

Black with #ACE1EF

Text Example


Text Example

White with #ACE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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