#9CCDC9

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

Shades of Sinbad #9CCDC9

Tints of Sinbad #9CCDC9

Color information

#9CCDC9 (or 0x9CCDC9) is unknown color: approx Sinbad. HEX triplet: 9C, CD and C9. RGB value is (156,205,201). Sum of RGB (Red+Green+Blue) = 156+205+201=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDC9 is #633236. Grayscale: #BDBDBD. Windows color (decimal): -6500919 or 13225372. OLE color: 13225372.

HSL color Cylindrical-coordinate representation of color #9CCDC9: hue angle of 175.1º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDC9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB156205201-
CMYK0.2400.020.20
HSL175.1º32.89%70.78%-
HSV(B)175.1º23.9%80.39%-
XYZ46.0854.9563.44-
YUV189.89134.27103.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=27.76%
G=36.48%
B=35.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562052010.2400.020.20175.132.8970.78
Hex9CCDC9180214af2147
Octal23431531130022425741107
Binary1001110011001101110010011100001010100101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,201); }

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

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

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

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

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

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

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