#ACEBFF

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

Shades of Blizzard Blue #ACEBFF

Tints of Blizzard Blue #ACEBFF

Color information

#ACEBFF (or 0xACEBFF) is unknown color: approx Blizzard Blue. HEX triplet: AC, EB and FF. RGB value is (172,235,255). Sum of RGB (Red+Green+Blue) = 172+235+255=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBFF is #531400. Grayscale: #DADADA. Windows color (decimal): -5444609 or 16772012. OLE color: 16772012.

HSL color Cylindrical-coordinate representation of color #ACEBFF: hue angle of 194.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACEBFF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172235255-
CMYK0.330.0800
HSL194.46º100%83.73%-
HSV(B)194.46º32.55%100%-
XYZ64.7775.41105.75-
YUV218.44148.6394.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.98%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 255 (100% from 255) = 38.52%
R=25.98%
G=35.50%
B=38.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722352550.330.0800194.4610083.73
HexACEBFF21800c26454
Octal254353377411000302144124
Binary1010110011101011111111111000011000001100001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBFF; }

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

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

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

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

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

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

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

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