#A7E3ED

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

Shades of Blizzard Blue #A7E3ED

Tints of Blizzard Blue #A7E3ED

Color information

#A7E3ED (or 0xA7E3ED) is unknown color: approx Blizzard Blue. HEX triplet: A7, E3 and ED. RGB value is (167,227,237). Sum of RGB (Red+Green+Blue) = 167+227+237=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E3ED is #581C12. Grayscale: #D2D2D2. Windows color (decimal): -5774355 or 15590311. OLE color: 15590311.

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

Color convert

RGB167227237-
CMYK0.300.0400.07
HSL188.57º66.04%79.22%-
HSV(B)188.57º29.54%92.94%-
XYZ58.6969.2790.4-
YUV210.2143.1297.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.47%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=26.47%
G=35.97%
B=37.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672272370.300.0400.07188.5766.0479.22
HexA7E3ED1E407bd424f
Octal24734335536407275102117
Binary1010011111100011111011011111010001111011110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E3ED; }

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

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

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

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

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

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

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

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