#ACE9FB

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

Shades of Blizzard Blue #ACE9FB

Tints of Blizzard Blue #ACE9FB

Color information

#ACE9FB (or 0xACE9FB) is unknown color: approx Blizzard Blue. HEX triplet: AC, E9 and FB. RGB value is (172,233,251). Sum of RGB (Red+Green+Blue) = 172+233+251=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FB is #531604. Grayscale: #D8D8D8. Windows color (decimal): -5445125 or 16509356. OLE color: 16509356.

HSL color Cylindrical-coordinate representation of color #ACE9FB: hue angle of 193.67º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE9FB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172233251-
CMYK0.310.0700.02
HSL193.67º90.8%82.94%-
HSV(B)193.67º31.47%98.43%-
XYZ63.5674.01102.2-
YUV216.81147.2996.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.22%
GREEN value IS 233 (91.41% from 255) = 35.52%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=26.22%
G=35.52%
B=38.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722332510.310.0700.02193.6790.882.94
HexACE9FB1F702c25b53
Octal25435137337702302133123
Binary101011001110100111111011111111110101100001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE9FB; }

 p { color: rgb(172,233,251); }

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

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

 a { background-color: rgb(172,233,251); }

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

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

 span { border-color: rgb(172,233,251); }

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