#ABDFDF

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

Shades of Powder Blue #ABDFDF

Tints of Powder Blue #ABDFDF

Color information

#ABDFDF (or 0xABDFDF) is unknown color: approx Powder Blue. HEX triplet: AB, DF and DF. RGB value is (171,223,223). Sum of RGB (Red+Green+Blue) = 171+223+223=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #ABDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFDF is #542020. Grayscale: #CFCFCF. Windows color (decimal): -5513249 or 14671787. OLE color: 14671787.

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

Color convert

RGB171223223-
CMYK0.23000.13
HSL180º44.83%77.25%-
HSV(B)180º23.32%87.45%-
XYZ56.566.7679.72-
YUV207.45136.77102-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=27.71%
G=36.14%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712232230.23000.1318044.8377.25
HexABDFDF1700Db42d4d
Octal25333733727001526455115
Binary10101011110111111101111110111001101101101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFDF; }

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

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

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

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

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

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

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

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