#ABD1CF

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

Shades of Sinbad #ABD1CF

Tints of Sinbad #ABD1CF

Color information

#ABD1CF (or 0xABD1CF) is unknown color: approx Sinbad. HEX triplet: AB, D1 and CF. RGB value is (171,209,207). Sum of RGB (Red+Green+Blue) = 171+209+207=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1CF is #542E30. Grayscale: #C5C5C5. Windows color (decimal): -5516849 or 13619627. OLE color: 13619627.

HSL color Cylindrical-coordinate representation of color #ABD1CF: hue angle of 176.84º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD1CF is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB171209207-
CMYK0.1800.010.18
HSL176.84º29.23%74.51%-
HSV(B)176.84º18.18%81.96%-
XYZ50.8658.7667.69-
YUV197.41133.41109.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 209 (82.03% from 255) = 35.60%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=29.13%
G=35.60%
B=35.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712092070.1800.010.18176.8429.2374.51
HexABD1CF120112b11d4b
Octal25332131722012226135113
Binary10101011110100011100111110010011001010110001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1CF; }

 p { color: rgb(171,209,207); }

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

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

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

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

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

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

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