#9DC8C4

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

Shades of Sinbad #9DC8C4

Tints of Sinbad #9DC8C4

Color information

#9DC8C4 (or 0x9DC8C4) is unknown color: approx Sinbad. HEX triplet: 9D, C8 and C4. RGB value is (157,200,196). Sum of RGB (Red+Green+Blue) = 157+200+196=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC8C4 is #62373B. Grayscale: #BABABA. Windows color (decimal): -6436668 or 12896413. OLE color: 12896413.

HSL color Cylindrical-coordinate representation of color #9DC8C4: hue angle of 174.42º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC8C4 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB157200196-
CMYK0.2200.020.22
HSL174.42º28.1%70%-
HSV(B)174.42º21.5%78.43%-
XYZ44.5252.4660-
YUV186.69133.25106.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=28.39%
G=36.17%
B=35.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001960.2200.020.22174.4228.170
Hex9DC8C4160216ae1c46
Octal23531030426022625634106
Binary100111011100100011000100101100101011010101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC8C4; }

 p { color: rgb(157,200,196); }

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

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

 a { background-color: rgb(157,200,196); }

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

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

 span { border-color: rgb(157,200,196); }

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