#ABCDCD

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

Shades of Sinbad #ABCDCD

Tints of Sinbad #ABCDCD

Color information

#ABCDCD (or 0xABCDCD) is unknown color: approx Sinbad. HEX triplet: AB, CD and CD. RGB value is (171,205,205). Sum of RGB (Red+Green+Blue) = 171+205+205=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #ABCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDCD is #543232. Grayscale: #C2C2C2. Windows color (decimal): -5517875 or 13487531. OLE color: 13487531.

HSL color Cylindrical-coordinate representation of color #ABCDCD: hue angle of 180º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDCD is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171205205-
CMYK0.17000.20
HSL180º25.37%73.73%-
HSV(B)180º16.59%80.39%-
XYZ49.6556.7366.09-
YUV194.83133.74111-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=29.43%
G=35.28%
B=35.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712052050.17000.2018025.3773.73
HexABCDCD110014b4194a
Octal25331531521002426431112
Binary10101011110011011100110110001001010010110100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDCD; }

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

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

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

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

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

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

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

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