#ABCECC

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

Shades of Sinbad #ABCECC

Tints of Sinbad #ABCECC

Color information

#ABCECC (or 0xABCECC) is unknown color: approx Sinbad. HEX triplet: AB, CE and CC. RGB value is (171,206,204). Sum of RGB (Red+Green+Blue) = 171+206+204=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCECC is #543133. Grayscale: #C3C3C3. Windows color (decimal): -5517620 or 13422251. OLE color: 13422251.

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

Color convert

RGB171206204-
CMYK0.1700.010.19
HSL176.57º26.32%73.92%-
HSV(B)176.57º16.99%80.78%-
XYZ49.7657.1665.54-
YUV195.31132.9110.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=29.43%
G=35.46%
B=35.11%

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
Decimal1712062040.1700.010.19176.5726.3273.92
HexABCECC110113b11a4a
Octal25331631421012326132112
Binary10101011110011101100110010001011001110110001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCECC; }

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

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

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

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

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

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

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

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