#A8E2EB

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

Shades of Blizzard Blue #A8E2EB

Tints of Blizzard Blue #A8E2EB

Color information

#A8E2EB (or 0xA8E2EB) is unknown color: approx Blizzard Blue. HEX triplet: A8, E2 and EB. RGB value is (168,226,235). Sum of RGB (Red+Green+Blue) = 168+226+235=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E2EB is #571D14. Grayscale: #D1D1D1. Windows color (decimal): -5709077 or 15458984. OLE color: 15458984.

HSL color Cylindrical-coordinate representation of color #A8E2EB: hue angle of 188.06º 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 #A8E2EB is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168226235-
CMYK0.290.0400.08
HSL188.06º62.62%79.02%-
HSV(B)188.06º28.51%92.16%-
XYZ58.3468.7288.79-
YUV209.68142.2898.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.71%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=26.71%
G=35.93%
B=37.36%

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
Decimal1682262350.290.0400.08188.0662.6279.02
HexA8E2EB1D408bc3f4f
Octal25034235335401027477117
Binary1010100011100010111010111110110001000101111001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E2EB; }

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

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

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

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

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

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

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

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