#A8E1EE

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

Shades of Blizzard Blue #A8E1EE

Tints of Blizzard Blue #A8E1EE

Color information

#A8E1EE (or 0xA8E1EE) is unknown color: approx Blizzard Blue. HEX triplet: A8, E1 and EE. RGB value is (168,225,238). Sum of RGB (Red+Green+Blue) = 168+225+238=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8E1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E1EE is #571E11. Grayscale: #D1D1D1. Windows color (decimal): -5709330 or 15655336. OLE color: 15655336.

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

Color convert

RGB168225238-
CMYK0.290.0500.07
HSL191.14º67.31%79.61%-
HSV(B)191.14º29.41%93.33%-
XYZ58.5168.3591-
YUV209.44144.1298.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.62%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=26.62%
G=35.66%
B=37.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682252380.290.0500.07191.1467.3179.61
HexA8E1EE1D507bf4350
Octal25034135635507277103120
Binary1010100011100001111011101110110101111011111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E1EE; }

 p { color: rgb(168,225,238); }

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

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

 a { background-color: rgb(168,225,238); }

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

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

 span { border-color: rgb(168,225,238); }

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