#ACEBF8

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

Shades of Blizzard Blue #ACEBF8

Tints of Blizzard Blue #ACEBF8

Color information

#ACEBF8 (or 0xACEBF8) is unknown color: approx Blizzard Blue. HEX triplet: AC, EB and F8. RGB value is (172,235,248). Sum of RGB (Red+Green+Blue) = 172+235+248=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACEBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBF8 is #531407. Grayscale: #D9D9D9. Windows color (decimal): -5444616 or 16313260. OLE color: 16313260.

HSL color Cylindrical-coordinate representation of color #ACEBF8: hue angle of 190.26º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEBF8 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172235248-
CMYK0.310.0500.03
HSL190.26º84.44%82.35%-
HSV(B)190.26º30.65%97.25%-
XYZ63.6674.9699.92-
YUV217.64145.1395.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=26.26%
G=35.88%
B=37.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722352480.310.0500.03190.2684.4482.35
HexACEBF81F503be5452
Octal25435337037503276124122
Binary101011001110101111111000111111010111011111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBF8; }

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

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

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

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

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

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

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

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