#A7E3EC

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

Shades of Blizzard Blue #A7E3EC

Tints of Blizzard Blue #A7E3EC

Color information

#A7E3EC (or 0xA7E3EC) is unknown color: approx Blizzard Blue. HEX triplet: A7, E3 and EC. RGB value is (167,227,236). Sum of RGB (Red+Green+Blue) = 167+227+236=630 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.51% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E3EC is #581C13. Grayscale: #D1D1D1. Windows color (decimal): -5774356 or 15524775. OLE color: 15524775.

HSL color Cylindrical-coordinate representation of color #A7E3EC: hue angle of 187.83º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7E3EC is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167227236-
CMYK0.290.0400.07
HSL187.83º64.49%79.02%-
HSV(B)187.83º29.24%92.55%-
XYZ58.5569.2189.63-
YUV210.09142.6297.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.51%
GREEN value IS 227 (89.06% from 255) = 36.03%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=26.51%
G=36.03%
B=37.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672272360.290.0400.07187.8364.4979.02
HexA7E3EC1D407bc404f
Octal24734335435407274100117
Binary1010011111100011111011001110110001111011110010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E3EC; }

 p { color: rgb(167,227,236); }

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

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

 a { background-color: rgb(167,227,236); }

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

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

 span { border-color: rgb(167,227,236); }

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