#A8EBF9

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

Shades of Blizzard Blue #A8EBF9

Tints of Blizzard Blue #A8EBF9

Color information

#A8EBF9 (or 0xA8EBF9) is unknown color: approx Blizzard Blue. HEX triplet: A8, EB and F9. RGB value is (168,235,249). Sum of RGB (Red+Green+Blue) = 168+235+249=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8EBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBF9 is #571406. Grayscale: #D8D8D8. Windows color (decimal): -5706759 or 16378792. OLE color: 16378792.

HSL color Cylindrical-coordinate representation of color #A8EBF9: hue angle of 190.37º degrees, saturation: 0.87, 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 #A8EBF9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168235249-
CMYK0.330.0600.02
HSL190.37º87.1%81.76%-
HSV(B)190.37º32.53%97.65%-
XYZ62.9674.58100.7-
YUV216.56146.393.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.77%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=25.77%
G=36.04%
B=38.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682352490.330.0600.02190.3787.181.76
HexA8EBF921602be5752
Octal25035337141602276127122
Binary1010100011101011111110011000011100101011111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBF9; }

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

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

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

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

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

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

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

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