#A6EAF0

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

Shades of Blizzard Blue #A6EAF0

Tints of Blizzard Blue #A6EAF0

Color information

#A6EAF0 (or 0xA6EAF0) is unknown color: approx Blizzard Blue. HEX triplet: A6, EA and F0. RGB value is (166,234,240). Sum of RGB (Red+Green+Blue) = 166+234+240=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6EAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EAF0 is #59150F. Grayscale: #D6D6D6. Windows color (decimal): -5838096 or 15788710. OLE color: 15788710.

HSL color Cylindrical-coordinate representation of color #A6EAF0: hue angle of 184.86º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EAF0 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166234240-
CMYK0.310.0200.06
HSL184.86º71.15%79.61%-
HSV(B)184.86º30.83%94.12%-
XYZ60.8873.2493.37-
YUV214.35142.4793.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.94%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 240 (94.14% from 255) = 37.5%
R=25.94%
G=36.56%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662342400.310.0200.06184.8671.1579.61
HexA6EAF01F206b94750
Octal24635236037206271107120
Binary101001101110101011110000111111001101011100110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAF0; }

 p { color: rgb(166,234,240); }

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

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

 a { background-color: rgb(166,234,240); }

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

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

 span { border-color: rgb(166,234,240); }

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