#abd3cd

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

Shades of Sinbad #ABD3CD

Tints of Sinbad #ABD3CD

Color information

#ABD3CD (or 0xABD3CD) is unknown color: approx Sinbad. HEX triplet: AB, D3 and CD. RGB value is (171,211,205). Sum of RGB (Red+Green+Blue) = 171+211+205=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3CD is #542C32. Grayscale: #C6C6C6. Windows color (decimal): -5516339 or 13489067. OLE color: 13489067.

HSL color Cylindrical-coordinate representation of color #ABD3CD: hue angle of 171º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD3CD is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB171211205-
CMYK0.1900.030.17
HSL171º31.25%74.9%-
HSV(B)171º18.96%82.75%-
XYZ51.1159.6566.58-
YUV198.36131.75108.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=29.13%
G=35.95%
B=34.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712112050.1900.030.1717131.2574.9
HexABD3CD130311ab1f4b
Octal25332331523032125337113
Binary101010111101001111001101100110111000110101011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abd3cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abd3cd; }

 p { color: rgb(171,211,205); }

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

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

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

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

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

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

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