#ACE3EE

Color #ACE3EE Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #ACE3EE

Tints of Blizzard Blue #ACE3EE

Color information

#ACE3EE (or 0xACE3EE) is unknown color: approx Blizzard Blue. HEX triplet: AC, E3 and EE. RGB value is (172,227,238). Sum of RGB (Red+Green+Blue) = 172+227+238=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EE is #531C11. Grayscale: #D3D3D3. Windows color (decimal): -5446674 or 15655852. OLE color: 15655852.

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

Color convert

RGB172227238-
CMYK0.280.0500.07
HSL190º66%80.39%-
HSV(B)190º27.73%93.33%-
XYZ59.9169.8891.22-
YUV211.81142.7899.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=27.00%
G=35.64%
B=37.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722272380.280.0500.071906680.39
HexACE3EE1C507be4250
Octal25434335634507276102120
Binary1010110011100011111011101110010101111011111010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3EE; }

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

 H1.HeaderClassName
 {
   color: #ACE3EE;
 }
 .AnyTagClassName
 {
   color: #ACE3EE;
 }
</style>
background-color css

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

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

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

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

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

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