#9CDBCD

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

Shades of Sinbad #9CDBCD

Tints of Sinbad #9CDBCD

Color information

#9CDBCD (or 0x9CDBCD) is unknown color: approx Sinbad. HEX triplet: 9C, DB and CD. RGB value is (156,219,205). Sum of RGB (Red+Green+Blue) = 156+219+205=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBCD is #632432. Grayscale: #C6C6C6. Windows color (decimal): -6497331 or 13491100. OLE color: 13491100.

HSL color Cylindrical-coordinate representation of color #9CDBCD: hue angle of 166.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBCD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB156219205-
CMYK0.2900.060.14
HSL166.67º46.67%73.53%-
HSV(B)166.67º28.77%85.88%-
XYZ50.0662.1467.11-
YUV198.57131.6397.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=26.90%
G=37.76%
B=35.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562192050.2900.060.14166.6746.6773.53
Hex9CDBCD1D06Ea72f4a
Octal23433331535061624757112
Binary1001110011011011110011011110101101110101001111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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