#ABDCDF

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

Shades of Powder Blue #ABDCDF

Tints of Powder Blue #ABDCDF

Color information

#ABDCDF (or 0xABDCDF) is unknown color: approx Powder Blue. HEX triplet: AB, DC and DF. RGB value is (171,220,223). Sum of RGB (Red+Green+Blue) = 171+220+223=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCDF is #542320. Grayscale: #CDCDCD. Windows color (decimal): -5514017 or 14671019. OLE color: 14671019.

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

Color convert

RGB171220223-
CMYK0.230.0100.13
HSL183.46º44.83%77.25%-
HSV(B)183.46º23.32%87.45%-
XYZ55.7165.1779.46-
YUV205.69137.77103.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.85%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=27.85%
G=35.83%
B=36.32%

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
Decimal1712202230.230.0100.13183.4644.8377.25
HexABDCDF1710Db72d4d
Octal25333433727101526755115
Binary10101011110111001101111110111101101101101111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCDF; }

 p { color: rgb(171,220,223); }

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

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

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

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

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

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

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