#ACEAFE

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

Shades of Blizzard Blue #ACEAFE

Tints of Blizzard Blue #ACEAFE

Color information

#ACEAFE (or 0xACEAFE) is unknown color: approx Blizzard Blue. HEX triplet: AC, EA and FE. RGB value is (172,234,254). Sum of RGB (Red+Green+Blue) = 172+234+254=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFE is #531501. Grayscale: #D9D9D9. Windows color (decimal): -5444866 or 16706220. OLE color: 16706220.

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

Color convert

RGB172234254-
CMYK0.320.0800.00
HSL194.63º97.62%83.53%-
HSV(B)194.63º32.28%99.61%-
XYZ64.3374.77104.81-
YUV217.74148.4695.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.06%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=26.06%
G=35.45%
B=38.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722342540.320.0800.00194.6397.6283.53
HexACEAFE20800c36254
Octal254352376401000303142124
Binary1010110011101010111111101000001000001100001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAFE; }

 p { color: rgb(172,234,254); }

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

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

 a { background-color: rgb(172,234,254); }

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

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

 span { border-color: rgb(172,234,254); }

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