#ABDBDD

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

Shades of Powder Blue #ABDBDD

Tints of Powder Blue #ABDBDD

Color information

#ABDBDD (or 0xABDBDD) is unknown color: approx Powder Blue. HEX triplet: AB, DB and DD. RGB value is (171,219,221). Sum of RGB (Red+Green+Blue) = 171+219+221=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDD is #542422. Grayscale: #CCCCCC. Windows color (decimal): -5514275 or 14539691. OLE color: 14539691.

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

Color convert

RGB171219221-
CMYK0.230.0100.13
HSL182.4º42.37%76.86%-
HSV(B)182.4º22.62%86.67%-
XYZ55.1864.5477.96-
YUV204.88137.1103.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=27.99%
G=35.84%
B=36.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712192210.230.0100.13182.442.3776.86
HexABDBDD1710Db62a4d
Octal25333333527101526652115
Binary10101011110110111101110110111101101101101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBDD; }

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

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

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

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

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

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

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

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