#ACE6FB

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

Shades of Blizzard Blue #ACE6FB

Tints of Blizzard Blue #ACE6FB

Color information

#ACE6FB (or 0xACE6FB) is unknown color: approx Blizzard Blue. HEX triplet: AC, E6 and FB. RGB value is (172,230,251). Sum of RGB (Red+Green+Blue) = 172+230+251=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FB is #531904. Grayscale: #D6D6D6. Windows color (decimal): -5445893 or 16508588. OLE color: 16508588.

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

Color convert

RGB172230251-
CMYK0.310.0800.02
HSL195.95º90.8%82.94%-
HSV(B)195.95º31.47%98.43%-
XYZ62.7272.33101.92-
YUV215.05148.2897.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 230 (90.23% from 255) = 35.22%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=26.34%
G=35.22%
B=38.44%

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
Decimal1722302510.310.0800.02195.9590.882.94
HexACE6FB1F802c45b53
Octal254346373371002304133123
Binary1010110011100110111110111111110000101100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE6FB; }

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

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

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

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

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

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

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

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