#A9DCDC

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

Shades of Powder Blue #A9DCDC

Tints of Powder Blue #A9DCDC

Color information

#A9DCDC (or 0xA9DCDC) is unknown color: approx Powder Blue. HEX triplet: A9, DC and DC. RGB value is (169,220,220). Sum of RGB (Red+Green+Blue) = 169+220+220=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A9DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCDC is #562323. Grayscale: #CCCCCC. Windows color (decimal): -5645092 or 14474409. OLE color: 14474409.

HSL color Cylindrical-coordinate representation of color #A9DCDC: hue angle of 180º 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 #A9DCDC is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169220220-
CMYK0.23000.14
HSL180º42.15%76.27%-
HSV(B)180º23.18%86.27%-
XYZ54.8764.7977.32-
YUV204.75136.6102.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.75%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=27.75%
G=36.12%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202200.23000.1418042.1576.27
HexA9DCDC1700Eb42a4c
Octal25133433427001626452114
Binary10101001110111001101110010111001110101101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCDC; }

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

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

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

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

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

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

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

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