#A8E3EC

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

Shades of Blizzard Blue #A8E3EC

Tints of Blizzard Blue #A8E3EC

Color information

#A8E3EC (or 0xA8E3EC) is unknown color: approx Blizzard Blue. HEX triplet: A8, E3 and EC. RGB value is (168,227,236). Sum of RGB (Red+Green+Blue) = 168+227+236=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E3EC is #571C13. Grayscale: #D2D2D2. Windows color (decimal): -5708820 or 15524776. OLE color: 15524776.

HSL color Cylindrical-coordinate representation of color #A8E3EC: hue angle of 187.94º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8E3EC is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168227236-
CMYK0.290.0400.07
HSL187.94º64.15%79.22%-
HSV(B)187.94º28.81%92.55%-
XYZ58.7669.3289.64-
YUV210.38142.4597.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.62%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=26.62%
G=35.97%
B=37.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682272360.290.0400.07187.9464.1579.22
HexA8E3EC1D407bc404f
Octal25034335435407274100117
Binary1010100011100011111011001110110001111011110010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E3EC; }

 p { color: rgb(168,227,236); }

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

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

 a { background-color: rgb(168,227,236); }

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

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

 span { border-color: rgb(168,227,236); }

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