#A8EEFA

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

Shades of Blizzard Blue #A8EEFA

Tints of Blizzard Blue #A8EEFA

Color information

#A8EEFA (or 0xA8EEFA) is unknown color: approx Blizzard Blue. HEX triplet: A8, EE and FA. RGB value is (168,238,250). Sum of RGB (Red+Green+Blue) = 168+238+250=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEFA is #571105. Grayscale: #DADADA. Windows color (decimal): -5705990 or 16445096. OLE color: 16445096.

HSL color Cylindrical-coordinate representation of color #A8EEFA: hue angle of 188.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EEFA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168238250-
CMYK0.330.0500.02
HSL188.78º89.13%81.96%-
HSV(B)188.78º32.8%98.04%-
XYZ63.9876.38101.81-
YUV218.44145.8192.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.61%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=25.61%
G=36.28%
B=38.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682382500.330.0500.02188.7889.1381.96
HexA8EEFA21502bd5952
Octal25035637241502275131122
Binary1010100011101110111110101000011010101011110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EEFA; }

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

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

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

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

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

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

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

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