#A7DFF1

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

Shades of Blizzard Blue #A7DFF1

Tints of Blizzard Blue #A7DFF1

Color information

#A7DFF1 (or 0xA7DFF1) is unknown color: approx Blizzard Blue. HEX triplet: A7, DF and F1. RGB value is (167,223,241). Sum of RGB (Red+Green+Blue) = 167+223+241=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #A7DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DFF1 is #58200E. Grayscale: #D0D0D0. Windows color (decimal): -5775375 or 15851431. OLE color: 15851431.

HSL color Cylindrical-coordinate representation of color #A7DFF1: hue angle of 194.59º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7DFF1 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167223241-
CMYK0.310.0700.05
HSL194.59º72.55%80%-
HSV(B)194.59º30.71%94.51%-
XYZ58.267.3493.15-
YUV208.31146.4598.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.47%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=26.47%
G=35.34%
B=38.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672232410.310.0700.05194.5972.5580
HexA7DFF11F705c34950
Octal24733736137705303111120
Binary1010011111011111111100011111111101011100001110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFF1; }

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

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

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

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

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

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

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

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