#A7EEFF

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

Shades of Blizzard Blue #A7EEFF

Tints of Blizzard Blue #A7EEFF

Color information

#A7EEFF (or 0xA7EEFF) is unknown color: approx Blizzard Blue. HEX triplet: A7, EE and FF. RGB value is (167,238,255). Sum of RGB (Red+Green+Blue) = 167+238+255=660 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.30% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EEFF is #581100. Grayscale: #DADADA. Windows color (decimal): -5771521 or 16772775. OLE color: 16772775.

HSL color Cylindrical-coordinate representation of color #A7EEFF: hue angle of 191.59º 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 #A7EEFF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167238255-
CMYK0.350.0700
HSL191.59º100%82.75%-
HSV(B)191.59º34.51%100%-
XYZ64.5676.58105.99-
YUV218.71148.4891.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.30%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 255 (100% from 255) = 38.64%
R=25.30%
G=36.06%
B=38.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672382550.350.0700191.5910082.75
HexA7EEFF23700c06453
Octal24735637743700300144123
Binary101001111110111011111111100011111001100000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EEFF; }

 p { color: rgb(167,238,255); }

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

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

 a { background-color: rgb(167,238,255); }

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

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

 span { border-color: rgb(167,238,255); }

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