#A6EBFA

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

Shades of Blizzard Blue #A6EBFA

Tints of Blizzard Blue #A6EBFA

Color information

#A6EBFA (or 0xA6EBFA) is unknown color: approx Blizzard Blue. HEX triplet: A6, EB and FA. RGB value is (166,235,250). Sum of RGB (Red+Green+Blue) = 166+235+250=651 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.50% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6EBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EBFA is #591405. Grayscale: #D7D7D7. Windows color (decimal): -5837830 or 16444326. OLE color: 16444326.

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

Color convert

RGB166235250-
CMYK0.340.0600.02
HSL190.71º89.36%81.57%-
HSV(B)190.71º33.6%98.04%-
XYZ62.6974.43101.5-
YUV216.08147.1492.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.50%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=25.50%
G=36.10%
B=38.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662352500.340.0600.02190.7189.3681.57
HexA6EBFA22602bf5952
Octal24635337242602277131122
Binary1010011011101011111110101000101100101011111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBFA; }

 p { color: rgb(166,235,250); }

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

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

 a { background-color: rgb(166,235,250); }

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

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

 span { border-color: rgb(166,235,250); }

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