#A9DDDD

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

Shades of Powder Blue #A9DDDD

Tints of Powder Blue #A9DDDD

Color information

#A9DDDD (or 0xA9DDDD) is unknown color: approx Powder Blue. HEX triplet: A9, DD and DD. RGB value is (169,221,221). Sum of RGB (Red+Green+Blue) = 169+221+221=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A9DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDDD is #562222. Grayscale: #CDCDCD. Windows color (decimal): -5644835 or 14540201. OLE color: 14540201.

HSL color Cylindrical-coordinate representation of color #A9DDDD: hue angle of 180º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDDD is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169221221-
CMYK0.24000.13
HSL180º43.33%76.47%-
HSV(B)180º23.53%86.67%-
XYZ55.2765.3778.11-
YUV205.45136.77102-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.66%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=27.66%
G=36.17%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692212210.24000.1318043.3376.47
HexA9DDDD1800Db42b4c
Octal25133533530001526453114
Binary10101001110111011101110111000001101101101001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DDDD; }

 p { color: rgb(169,221,221); }

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

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

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

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

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

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

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