#ACEBFC

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

Shades of Blizzard Blue #ACEBFC

Tints of Blizzard Blue #ACEBFC

Color information

#ACEBFC (or 0xACEBFC) is unknown color: approx Blizzard Blue. HEX triplet: AC, EB and FC. RGB value is (172,235,252). Sum of RGB (Red+Green+Blue) = 172+235+252=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBFC is #531403. Grayscale: #D9D9D9. Windows color (decimal): -5444612 or 16575404. OLE color: 16575404.

HSL color Cylindrical-coordinate representation of color #ACEBFC: hue angle of 192.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 #ACEBFC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172235252-
CMYK0.320.0700.01
HSL192.75º93.02%83.14%-
HSV(B)192.75º31.75%98.82%-
XYZ64.2975.22103.22-
YUV218.1147.1395.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.10%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=26.10%
G=35.66%
B=38.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722352520.320.0700.01192.7593.0283.14
HexACEBFC20701c15d53
Octal25435337440701301135123
Binary101011001110101111111100100000111011100000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBFC; }

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

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

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

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

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

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

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

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