#ABCECE

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

Shades of Sinbad #ABCECE

Tints of Sinbad #ABCECE

Color information

#ABCECE (or 0xABCECE) is unknown color: approx Sinbad. HEX triplet: AB, CE and CE. RGB value is (171,206,206). Sum of RGB (Red+Green+Blue) = 171+206+206=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #ABCECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCECE is #543131. Grayscale: #C3C3C3. Windows color (decimal): -5517618 or 13553323. OLE color: 13553323.

HSL color Cylindrical-coordinate representation of color #ABCECE: hue angle of 180º degrees, saturation: 0.26, 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 #ABCECE is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171206206-
CMYK0.17000.19
HSL180º26.32%73.92%-
HSV(B)180º16.99%80.78%-
XYZ50.0157.2666.81-
YUV195.54133.9110.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=29.33%
G=35.33%
B=35.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712062060.17000.1918026.3273.92
HexABCECE110013b41a4a
Octal25331631621002326432112
Binary10101011110011101100111010001001001110110100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCECE; }

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

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

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

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

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

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

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

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