#A5DDF2

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

Shades of Blizzard Blue #A5DDF2

Tints of Blizzard Blue #A5DDF2

Color information

#A5DDF2 (or 0xA5DDF2) is unknown color: approx Blizzard Blue. HEX triplet: A5, DD and F2. RGB value is (165,221,242). Sum of RGB (Red+Green+Blue) = 165+221+242=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDF2 is #5A220D. Grayscale: #CECECE. Windows color (decimal): -5906958 or 15916453. OLE color: 15916453.

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

Color convert

RGB165221242-
CMYK0.320.0900.05
HSL196.36º74.76%79.8%-
HSV(B)196.36º31.82%94.9%-
XYZ57.466.1293.74-
YUV206.65147.9598.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.27%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=26.27%
G=35.19%
B=38.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652212420.320.0900.05196.3674.7679.8
HexA5DDF220905c44b50
Octal245335362401105304113120
Binary101001011101110111110010100000100101011100010010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDF2; }

 p { color: rgb(165,221,242); }

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

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

 a { background-color: rgb(165,221,242); }

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

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

 span { border-color: rgb(165,221,242); }

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