#A4DDEE

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

Shades of Blizzard Blue #A4DDEE

Tints of Blizzard Blue #A4DDEE

Color information

#A4DDEE (or 0xA4DDEE) is unknown color: approx Blizzard Blue. HEX triplet: A4, DD and EE. RGB value is (164,221,238). Sum of RGB (Red+Green+Blue) = 164+221+238=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDEE is #5B2211. Grayscale: #CDCDCD. Windows color (decimal): -5972498 or 15654308. OLE color: 15654308.

HSL color Cylindrical-coordinate representation of color #A4DDEE: hue angle of 193.78º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DDEE is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164221238-
CMYK0.310.0700.07
HSL193.78º68.52%78.82%-
HSV(B)193.78º31.09%93.33%-
XYZ56.665.7890.6-
YUV205.9146.1298.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.32%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=26.32%
G=35.47%
B=38.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642212380.310.0700.07193.7868.5278.82
HexA4DDEE1F707c2454f
Octal24433535637707302105117
Binary1010010011011101111011101111111101111100001010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDEE; }

 p { color: rgb(164,221,238); }

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

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

 a { background-color: rgb(164,221,238); }

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

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

 span { border-color: rgb(164,221,238); }

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