#A7E6FA

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

Shades of Blizzard Blue #A7E6FA

Tints of Blizzard Blue #A7E6FA

Color information

#A7E6FA (or 0xA7E6FA) is unknown color: approx Blizzard Blue. HEX triplet: A7, E6 and FA. RGB value is (167,230,250). Sum of RGB (Red+Green+Blue) = 167+230+250=647 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.81% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7E6FA is #581905. Grayscale: #D5D5D5. Windows color (decimal): -5773574 or 16443047. OLE color: 16443047.

HSL color Cylindrical-coordinate representation of color #A7E6FA: hue angle of 194.46º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7E6FA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167230250-
CMYK0.330.0800.02
HSL194.46º89.25%81.76%-
HSV(B)194.46º33.2%98.04%-
XYZ61.4971.71101.04-
YUV213.44148.6394.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.81%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=25.81%
G=35.55%
B=38.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672302500.330.0800.02194.4689.2581.76
HexA7E6FA21802c25952
Octal247346372411002302131122
Binary10100111111001101111101010000110000101100001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E6FA; }

 p { color: rgb(167,230,250); }

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

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

 a { background-color: rgb(167,230,250); }

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

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

 span { border-color: rgb(167,230,250); }

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