#A6E7EB

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

Shades of Blizzard Blue #A6E7EB

Tints of Blizzard Blue #A6E7EB

Color information

#A6E7EB (or 0xA6E7EB) is unknown color: approx Blizzard Blue. HEX triplet: A6, E7 and EB. RGB value is (166,231,235). Sum of RGB (Red+Green+Blue) = 166+231+235=632 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.27% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6E7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E7EB is #591814. Grayscale: #D3D3D3. Windows color (decimal): -5838869 or 15460262. OLE color: 15460262.

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

Color convert

RGB166231235-
CMYK0.290.0200.08
HSL183.48º63.3%78.63%-
HSV(B)183.48º29.36%92.16%-
XYZ59.371.2689.23-
YUV212.02140.9795.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.27%
GREEN value IS 231 (90.62% from 255) = 36.55%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=26.27%
G=36.55%
B=37.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662312350.290.0200.08183.4863.378.63
HexA6E7EB1D208b73f4f
Octal24634735335201026777117
Binary101001101110011111101011111011001000101101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E7EB; }

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

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

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

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

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

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

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

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