#ABD9DD

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

Shades of Powder Blue #ABD9DD

Tints of Powder Blue #ABD9DD

Color information

#ABD9DD (or 0xABD9DD) is unknown color: approx Powder Blue. HEX triplet: AB, D9 and DD. RGB value is (171,217,221). Sum of RGB (Red+Green+Blue) = 171+217+221=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABD9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9DD is #542622. Grayscale: #CBCBCB. Windows color (decimal): -5514787 or 14539179. OLE color: 14539179.

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

Color convert

RGB171217221-
CMYK0.230.0200.13
HSL184.8º42.37%76.86%-
HSV(B)184.8º22.62%86.67%-
XYZ54.6663.577.78-
YUV203.7137.76104.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=28.08%
G=35.63%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712172210.230.0200.13184.842.3776.86
HexABD9DD1720Db92a4d
Octal25333133527201527152115
Binary101010111101100111011101101111001101101110011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9DD; }

 p { color: rgb(171,217,221); }

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

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

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

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

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

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

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