#ACE5F1

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

Shades of Blizzard Blue #ACE5F1

Tints of Blizzard Blue #ACE5F1

Color information

#ACE5F1 (or 0xACE5F1) is unknown color: approx Blizzard Blue. HEX triplet: AC, E5 and F1. RGB value is (172,229,241). Sum of RGB (Red+Green+Blue) = 172+229+241=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F1 is #531A0E. Grayscale: #D5D5D5. Windows color (decimal): -5446159 or 15852972. OLE color: 15852972.

HSL color Cylindrical-coordinate representation of color #ACE5F1: hue angle of 190.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE5F1 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172229241-
CMYK0.290.0500.05
HSL190.43º71.13%80.98%-
HSV(B)190.43º28.63%94.51%-
XYZ60.9171.1693.74-
YUV213.32143.6298.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=26.79%
G=35.67%
B=37.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722292410.290.0500.05190.4371.1380.98
HexACE5F11D505be4751
Octal25434536135505276107121
Binary1010110011100101111100011110110101011011111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5F1; }

 p { color: rgb(172,229,241); }

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

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

 a { background-color: rgb(172,229,241); }

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

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

 span { border-color: rgb(172,229,241); }

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