Html Css Color HEX #ACE3ED Blizzard Blue

📋 copy color: '#ACE3ED'

red 172 ◦ green 227 ◦ blue 237

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

Shades of Blizzard Blue #ACE3ED

Tints of Blizzard Blue #ACE3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.69%

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

R = 27.04%
G = 35.69%
B = 37.26%

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

#ACE3ED (or 0xACE3ED) is known color: Blizzard Blue. HEX triplet: AC, E3 and ED. RGB value is (172,227,237). Sum of RGB (Red+Green+Blue) = 172+227+237=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3ED is #531C12. Grayscale: #D3D3D3. Windows color (decimal): -5446675 or 15590316. OLE color: 15590316.

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

Color convert

RGB 172 227 237 -
CMYK 0.27 0.04 0 0.07
HSL 189.23º 0.64% 0.8% -
HSV(B) 189.23º 0.27% 0.93% -
XYZ 59.77 69.82 90.45 -
YUV 211.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 172 227 237 0.27 0.04 0 0.07 189.23 0.64 0.8
Hex AC E3 ED 1B 4 0 7 BD 40 50
Octal 254 343 355 33 4 0 7 275 100 120
Binary 10101100 11100011 11101101 11011 100 0 111 10111101 1000000 1010000

Color Harmonies of #ACE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3ED

Black with #ACE3ED

Text Example


Text Example

White with #ACE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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