#A9DBDC

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

Shades of Powder Blue #A9DBDC

Tints of Powder Blue #A9DBDC

Color information

#A9DBDC (or 0xA9DBDC) is unknown color: approx Powder Blue. HEX triplet: A9, DB and DC. RGB value is (169,219,220). Sum of RGB (Red+Green+Blue) = 169+219+220=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBDC is #562423. Grayscale: #CCCCCC. Windows color (decimal): -5645348 or 14474153. OLE color: 14474153.

HSL color Cylindrical-coordinate representation of color #A9DBDC: hue angle of 181.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBDC is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169219220-
CMYK0.230.0000.14
HSL181.18º42.15%76.27%-
HSV(B)181.18º23.18%86.27%-
XYZ54.6164.2777.24-
YUV204.16136.94102.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.80%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=27.80%
G=36.02%
B=36.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692192200.230.0000.14181.1842.1576.27
HexA9DBDC1700Eb52a4c
Octal25133333427001626552114
Binary10101001110110111101110010111001110101101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBDC; }

 p { color: rgb(169,219,220); }

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

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

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

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

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

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

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