#A8E1EB

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

Shades of Blizzard Blue #A8E1EB

Tints of Blizzard Blue #A8E1EB

Color information

#A8E1EB (or 0xA8E1EB) is unknown color: approx Blizzard Blue. HEX triplet: A8, E1 and EB. RGB value is (168,225,235). Sum of RGB (Red+Green+Blue) = 168+225+235=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E1EB is #571E14. Grayscale: #D1D1D1. Windows color (decimal): -5709333 or 15458728. OLE color: 15458728.

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

Color convert

RGB168225235-
CMYK0.290.0400.08
HSL188.96º62.62%79.02%-
HSV(B)188.96º28.51%92.16%-
XYZ58.0768.1788.7-
YUV209.1142.6298.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.75%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=26.75%
G=35.83%
B=37.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682252350.290.0400.08188.9662.6279.02
HexA8E1EB1D408bd3f4f
Octal25034135335401027577117
Binary1010100011100001111010111110110001000101111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E1EB; }

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

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

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

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

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

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

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

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