#ACEEFF

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

Shades of Blizzard Blue #ACEEFF

Tints of Blizzard Blue #ACEEFF

Color information

#ACEEFF (or 0xACEEFF) is unknown color: approx Blizzard Blue. HEX triplet: AC, EE and FF. RGB value is (172,238,255). Sum of RGB (Red+Green+Blue) = 172+238+255=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEFF is #531100. Grayscale: #DCDCDC. Windows color (decimal): -5443841 or 16772780. OLE color: 16772780.

HSL color Cylindrical-coordinate representation of color #ACEEFF: hue angle of 192.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACEEFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172238255-
CMYK0.330.0700
HSL192.29º100%83.73%-
HSV(B)192.29º32.55%100%-
XYZ65.6477.14106.04-
YUV220.2147.6393.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.86%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 255 (100% from 255) = 38.35%
R=25.86%
G=35.79%
B=38.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722382550.330.0700192.2910083.73
HexACEEFF21700c06454
Octal25435637741700300144124
Binary101011001110111011111111100001111001100000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEFF; }

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

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

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

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

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

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

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

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