#A4DCF0

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

Shades of Blizzard Blue #A4DCF0

Tints of Blizzard Blue #A4DCF0

Color information

#A4DCF0 (or 0xA4DCF0) is unknown color: approx Blizzard Blue. HEX triplet: A4, DC and F0. RGB value is (164,220,240). Sum of RGB (Red+Green+Blue) = 164+220+240=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #A4DCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCF0 is #5B230F. Grayscale: #CDCDCD. Windows color (decimal): -5972752 or 15785124. OLE color: 15785124.

HSL color Cylindrical-coordinate representation of color #A4DCF0: hue angle of 195.79º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DCF0 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164220240-
CMYK0.320.0800.06
HSL195.79º71.7%79.22%-
HSV(B)195.79º31.67%94.12%-
XYZ56.6365.3792.07-
YUV205.54147.4598.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.28%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=26.28%
G=35.26%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642202400.320.0800.06195.7971.779.22
HexA4DCF020806c4484f
Octal244334360401006304110117
Binary101001001101110011110000100000100001101100010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCF0; }

 p { color: rgb(164,220,240); }

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

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

 a { background-color: rgb(164,220,240); }

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

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

 span { border-color: rgb(164,220,240); }

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