#A8E0EB

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

Shades of Blizzard Blue #A8E0EB

Tints of Blizzard Blue #A8E0EB

Color information

#A8E0EB (or 0xA8E0EB) is unknown color: approx Blizzard Blue. HEX triplet: A8, E0 and EB. RGB value is (168,224,235). Sum of RGB (Red+Green+Blue) = 168+224+235=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E0EB is #571F14. Grayscale: #D0D0D0. Windows color (decimal): -5709589 or 15458472. OLE color: 15458472.

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

Color convert

RGB168224235-
CMYK0.290.0500.08
HSL189.85º62.62%79.02%-
HSV(B)189.85º28.51%92.16%-
XYZ57.867.6388.61-
YUV208.51142.9599.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.79%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=26.79%
G=35.73%
B=37.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682242350.290.0500.08189.8562.6279.02
HexA8E0EB1D508be3f4f
Octal25034035335501027677117
Binary1010100011100000111010111110110101000101111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E0EB; }

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

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

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

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

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

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

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

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