#ABCFCD

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

Shades of Sinbad #ABCFCD

Tints of Sinbad #ABCFCD

Color information

#ABCFCD (or 0xABCFCD) is unknown color: approx Sinbad. HEX triplet: AB, CF and CD. RGB value is (171,207,205). Sum of RGB (Red+Green+Blue) = 171+207+205=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFCD is #543032. Grayscale: #C3C3C3. Windows color (decimal): -5517363 or 13488043. OLE color: 13488043.

HSL color Cylindrical-coordinate representation of color #ABCFCD: hue angle of 176.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFCD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB171207205-
CMYK0.1700.010.19
HSL176.67º27.27%74.12%-
HSV(B)176.67º17.39%81.18%-
XYZ50.1357.6966.25-
YUV196.01133.07110.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=29.33%
G=35.51%
B=35.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712072050.1700.010.19176.6727.2774.12
HexABCFCD110113b11b4a
Octal25331731521012326133112
Binary10101011110011111100110110001011001110110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFCD; }

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

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

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

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

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

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

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

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