#ACE7FC

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

Shades of Blizzard Blue #ACE7FC

Tints of Blizzard Blue #ACE7FC

Color information

#ACE7FC (or 0xACE7FC) is unknown color: approx Blizzard Blue. HEX triplet: AC, E7 and FC. RGB value is (172,231,252). Sum of RGB (Red+Green+Blue) = 172+231+252=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FC is #531803. Grayscale: #D7D7D7. Windows color (decimal): -5445636 or 16574380. OLE color: 16574380.

HSL color Cylindrical-coordinate representation of color #ACE7FC: hue angle of 195.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE7FC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172231252-
CMYK0.320.0800.01
HSL195.75º93.02%83.14%-
HSV(B)195.75º31.75%98.82%-
XYZ63.1672.95102.85-
YUV215.75148.4596.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=26.26%
G=35.27%
B=38.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722312520.320.0800.01195.7593.0283.14
HexACE7FC20801c45d53
Octal254347374401001304135123
Binary1010110011100111111111001000001000011100010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7FC; }

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

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

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

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

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

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

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

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