#A6F0FF

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

Shades of Blizzard Blue #A6F0FF

Tints of Blizzard Blue #A6F0FF

Color information

#A6F0FF (or 0xA6F0FF) is unknown color: approx Blizzard Blue. HEX triplet: A6, F0 and FF. RGB value is (166,240,255). Sum of RGB (Red+Green+Blue) = 166+240+255=661 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.11% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F0FF is #590F00. Grayscale: #DBDBDB. Windows color (decimal): -5836545 or 16773286. OLE color: 16773286.

HSL color Cylindrical-coordinate representation of color #A6F0FF: hue angle of 190.11º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6F0FF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166240255-
CMYK0.350.0600
HSL190.11º100%82.55%-
HSV(B)190.11º34.9%100%-
XYZ64.9477.65106.17-
YUV219.58147.9889.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.11%
GREEN value IS 240 (94.14% from 255) = 36.31%
BLUE value IS 255 (100% from 255) = 38.58%
R=25.11%
G=36.31%
B=38.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662402550.350.0600190.1110082.55
HexA6F0FF23600be6453
Octal24636037743600276144123
Binary101001101111000011111111100011110001011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F0FF; }

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

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

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

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

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

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

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

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