#ABCCC9

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

Shades of Sinbad #ABCCC9

Tints of Sinbad #ABCCC9

Color information

#ABCCC9 (or 0xABCCC9) is unknown color: approx Sinbad. HEX triplet: AB, CC and C9. RGB value is (171,204,201). Sum of RGB (Red+Green+Blue) = 171+204+201=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC9 is #543336. Grayscale: #C1C1C1. Windows color (decimal): -5518135 or 13225131. OLE color: 13225131.

HSL color Cylindrical-coordinate representation of color #ABCCC9: hue angle of 174.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCC9 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB171204201-
CMYK0.1600.010.2
HSL174.55º24.44%73.53%-
HSV(B)174.55º16.18%80%-
XYZ48.9356.0663.5-
YUV193.79132.07111.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=29.69%
G=35.42%
B=34.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712042010.1600.010.2174.5524.4473.53
HexABCCC9100114af184a
Octal25331431120012425730112
Binary10101011110011001100100110000011010010101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCC9; }

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

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

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

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

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

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

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

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