#A7F1FF

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

Shades of Blizzard Blue #A7F1FF

Tints of Blizzard Blue #A7F1FF

Color information

#A7F1FF (or 0xA7F1FF) is unknown color: approx Blizzard Blue. HEX triplet: A7, F1 and FF. RGB value is (167,241,255). Sum of RGB (Red+Green+Blue) = 167+241+255=663 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.19% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F1FF is #580E00. Grayscale: #DCDCDC. Windows color (decimal): -5770753 or 16773543. OLE color: 16773543.

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

Color convert

RGB167241255-
CMYK0.350.0500
HSL189.55º100%82.75%-
HSV(B)189.55º34.51%100%-
XYZ65.4478.35106.28-
YUV220.47147.4889.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.19%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 255 (100% from 255) = 38.46%
R=25.19%
G=36.35%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672412550.350.0500189.5510082.75
HexA7F1FF23500be6453
Octal24736137743500276144123
Binary101001111111000111111111100011101001011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1FF; }

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

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

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

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

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

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

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

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