#A9DEDD

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

Shades of Powder Blue #A9DEDD

Tints of Powder Blue #A9DEDD

Color information

#A9DEDD (or 0xA9DEDD) is unknown color: approx Powder Blue. HEX triplet: A9, DE and DD. RGB value is (169,222,221). Sum of RGB (Red+Green+Blue) = 169+222+221=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DEDD is #562122. Grayscale: #CDCDCD. Windows color (decimal): -5644579 or 14540457. OLE color: 14540457.

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

Color convert

RGB169222221-
CMYK0.2400.000.13
HSL178.87º44.54%76.67%-
HSV(B)178.87º23.87%87.06%-
XYZ55.5365.978.2-
YUV206.04136.44101.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.61%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=27.61%
G=36.27%
B=36.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692222210.2400.000.13178.8744.5476.67
HexA9DEDD1800Db32d4d
Octal25133633530001526355115
Binary10101001110111101101110111000001101101100111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DEDD; }

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

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

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

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

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

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

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

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