#A6E3EB

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

Shades of Blizzard Blue #A6E3EB

Tints of Blizzard Blue #A6E3EB

Color information

#A6E3EB (or 0xA6E3EB) is unknown color: approx Blizzard Blue. HEX triplet: A6, E3 and EB. RGB value is (166,227,235). Sum of RGB (Red+Green+Blue) = 166+227+235=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6E3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E3EB is #591C14. Grayscale: #D1D1D1. Windows color (decimal): -5839893 or 15459238. OLE color: 15459238.

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

Color convert

RGB166227235-
CMYK0.290.0300.08
HSL186.96º63.3%78.63%-
HSV(B)186.96º29.36%92.16%-
XYZ58.1969.0488.86-
YUV209.67142.2996.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.43%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=26.43%
G=36.15%
B=37.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662272350.290.0300.08186.9663.378.63
HexA6E3EB1D308bb3f4f
Octal24634335335301027377117
Binary101001101110001111101011111011101000101110111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E3EB; }

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

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

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

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

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

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

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

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