#ACE7FB

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

Shades of Blizzard Blue #ACE7FB

Tints of Blizzard Blue #ACE7FB

Color information

#ACE7FB (or 0xACE7FB) is unknown color: approx Blizzard Blue. HEX triplet: AC, E7 and FB. RGB value is (172,231,251). Sum of RGB (Red+Green+Blue) = 172+231+251=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FB is #531804. Grayscale: #D7D7D7. Windows color (decimal): -5445637 or 16508844. OLE color: 16508844.

HSL color Cylindrical-coordinate representation of color #ACE7FB: hue angle of 195.19º 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 #ACE7FB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172231251-
CMYK0.310.0800.02
HSL195.19º90.8%82.94%-
HSV(B)195.19º31.47%98.43%-
XYZ6372.89102.01-
YUV215.64147.9596.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=26.30%
G=35.32%
B=38.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722312510.310.0800.02195.1990.882.94
HexACE7FB1F802c35b53
Octal254347373371002303133123
Binary1010110011100111111110111111110000101100001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7FB; }

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

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

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

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

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

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

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

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