Html Css Color HEX #ACE1ED Blizzard Blue

📋 copy color: '#ACE1ED'

red 172 ◦ green 225 ◦ blue 237

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

Shades of Blizzard Blue #ACE1ED

Tints of Blizzard Blue #ACE1ED

RGB

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

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

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

R = 27.13%
G = 35.49%
B = 37.38%

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

#ACE1ED (or 0xACE1ED) is known color: Blizzard Blue. HEX triplet: AC, E1 and ED. RGB value is (172,225,237). Sum of RGB (Red+Green+Blue) = 172+225+237=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1ED is #531E12. Grayscale: #D2D2D2. Windows color (decimal): -5447187 or 15589804. OLE color: 15589804.

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

Color convert

RGB 172 225 237 -
CMYK 0.27 0.05 0 0.07
HSL 191.08º 0.64% 0.8% -
HSV(B) 191.08º 0.27% 0.93% -
XYZ 59.22 68.74 90.27 -
YUV 210.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 172 225 237 0.27 0.05 0 0.07 191.08 0.64 0.8
Hex AC E1 ED 1B 5 0 7 BF 40 50
Octal 254 341 355 33 5 0 7 277 100 120
Binary 10101100 11100001 11101101 11011 101 0 111 10111111 1000000 1010000

Color Harmonies of #ACE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1ED

Black with #ACE1ED

Text Example


Text Example

White with #ACE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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