#ABD8D9

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

Shades of Sinbad #ABD8D9

Tints of Sinbad #ABD8D9

Color information

#ABD8D9 (or 0xABD8D9) is unknown color: approx Sinbad. HEX triplet: AB, D8 and D9. RGB value is (171,216,217). Sum of RGB (Red+Green+Blue) = 171+216+217=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABD8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8D9 is #542726. Grayscale: #CACACA. Windows color (decimal): -5515047 or 14276779. OLE color: 14276779.

HSL color Cylindrical-coordinate representation of color #ABD8D9: hue angle of 181.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8D9 is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171216217-
CMYK0.210.0000.15
HSL181.3º37.7%76.08%-
HSV(B)181.3º21.2%85.1%-
XYZ53.8762.7874.92-
YUV202.66136.09105.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=28.31%
G=35.76%
B=35.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712162170.210.0000.15181.337.776.08
HexABD8D91500Fb5264c
Octal25333033125001726546114
Binary10101011110110001101100110101001111101101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD8D9; }

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

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

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

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

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

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

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

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