#A5DFF2

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

Shades of Blizzard Blue #A5DFF2

Tints of Blizzard Blue #A5DFF2

Color information

#A5DFF2 (or 0xA5DFF2) is unknown color: approx Blizzard Blue. HEX triplet: A5, DF and F2. RGB value is (165,223,242). Sum of RGB (Red+Green+Blue) = 165+223+242=630 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.19% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DFF2 is #5A200D. Grayscale: #CFCFCF. Windows color (decimal): -5906446 or 15916965. OLE color: 15916965.

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

Color convert

RGB165223242-
CMYK0.320.0800.05
HSL194.81º74.76%79.8%-
HSV(B)194.81º31.82%94.9%-
XYZ57.9367.1993.92-
YUV207.82147.2897.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.19%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=26.19%
G=35.40%
B=38.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652232420.320.0800.05194.8174.7679.8
HexA5DFF220805c34b50
Octal245337362401005303113120
Binary101001011101111111110010100000100001011100001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFF2; }

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

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

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

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

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

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

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

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