#A1DFF1

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

Shades of Blizzard Blue #A1DFF1

Tints of Blizzard Blue #A1DFF1

Color information

#A1DFF1 (or 0xA1DFF1) is unknown color: approx Blizzard Blue. HEX triplet: A1, DF and F1. RGB value is (161,223,241). Sum of RGB (Red+Green+Blue) = 161+223+241=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DFF1 is #5E200E. Grayscale: #CECECE. Windows color (decimal): -6168591 or 15851425. OLE color: 15851425.

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

Color convert

RGB161223241-
CMYK0.330.0700.05
HSL193.5º74.07%78.82%-
HSV(B)193.5º33.2%94.51%-
XYZ56.9666.793.09-
YUV206.51147.4695.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.76%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=25.76%
G=35.68%
B=38.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612232410.330.0700.05193.574.0778.82
HexA1DFF121705c24a4f
Octal24133736141705302112117
Binary10100001110111111111000110000111101011100001010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFF1; }

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

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

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

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

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

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

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

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