#A8E7FB

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

Shades of Blizzard Blue #A8E7FB

Tints of Blizzard Blue #A8E7FB

Color information

#A8E7FB (or 0xA8E7FB) is unknown color: approx Blizzard Blue. HEX triplet: A8, E7 and FB. RGB value is (168,231,251). Sum of RGB (Red+Green+Blue) = 168+231+251=650 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.85% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E7FB is #571804. Grayscale: #D6D6D6. Windows color (decimal): -5707781 or 16508840. OLE color: 16508840.

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

Color convert

RGB168231251-
CMYK0.330.0800.02
HSL194.46º91.21%82.16%-
HSV(B)194.46º33.07%98.43%-
XYZ62.1472.44101.97-
YUV214.44148.6394.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.85%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=25.85%
G=35.54%
B=38.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682312510.330.0800.02194.4691.2182.16
HexA8E7FB21802c25b52
Octal250347373411002302133122
Binary10101000111001111111101110000110000101100001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E7FB; }

 p { color: rgb(168,231,251); }

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

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

 a { background-color: rgb(168,231,251); }

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

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

 span { border-color: rgb(168,231,251); }

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