#A6EDFD

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

Shades of Blizzard Blue #A6EDFD

Tints of Blizzard Blue #A6EDFD

Color information

#A6EDFD (or 0xA6EDFD) is unknown color: approx Blizzard Blue. HEX triplet: A6, ED and FD. RGB value is (166,237,253). Sum of RGB (Red+Green+Blue) = 166+237+253=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDFD is #591202. Grayscale: #D9D9D9. Windows color (decimal): -5837315 or 16641446. OLE color: 16641446.

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

Color convert

RGB166237253-
CMYK0.340.0600.01
HSL191.03º95.6%82.16%-
HSV(B)191.03º34.39%99.22%-
XYZ63.7475.77104.19-
YUV217.6147.9891.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.30%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=25.30%
G=36.13%
B=38.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662372530.340.0600.01191.0395.682.16
HexA6EDFD22601bf6052
Octal24635537542601277140122
Binary101001101110110111111101100010110011011111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDFD; }

 p { color: rgb(166,237,253); }

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

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

 a { background-color: rgb(166,237,253); }

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

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

 span { border-color: rgb(166,237,253); }

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