Html Css Color HEX #ACE4ED Blizzard Blue

📋 copy color: '#ACE4ED'

red 172 ◦ green 228 ◦ blue 237

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

Shades of Blizzard Blue #ACE4ED

Tints of Blizzard Blue #ACE4ED

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.79%

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

R = 27%
G = 35.79%
B = 37.21%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE4ED (or 0xACE4ED) is known color: Blizzard Blue. HEX triplet: AC, E4 and ED. RGB value is (172,228,237). Sum of RGB (Red+Green+Blue) = 172+228+237=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4ED is #531B12. Grayscale: #D4D4D4. Windows color (decimal): -5446419 or 15590572. OLE color: 15590572.

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

Color convert

RGB 172 228 237 -
CMYK 0.27 0.04 0 0.07
HSL 188.31º 0.64% 0.8% -
HSV(B) 188.31º 0.27% 0.93% -
XYZ 60.04 70.37 90.54 -
YUV 212.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 172 228 237 0.27 0.04 0 0.07 188.31 0.64 0.8
Hex AC E4 ED 1B 4 0 7 BC 40 50
Octal 254 344 355 33 4 0 7 274 100 120
Binary 10101100 11100100 11101101 11011 100 0 111 10111100 1000000 1010000

Color Harmonies of #ACE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4ED

Black with #ACE4ED

Text Example


Text Example

White with #ACE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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