#9CD1CC

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

Shades of Sinbad #9CD1CC

Tints of Sinbad #9CD1CC

Color information

#9CD1CC (or 0x9CD1CC) is unknown color: approx Sinbad. HEX triplet: 9C, D1 and CC. RGB value is (156,209,204). Sum of RGB (Red+Green+Blue) = 156+209+204=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD1CC is #632E33. Grayscale: #C0C0C0. Windows color (decimal): -6499892 or 13423004. OLE color: 13423004.

HSL color Cylindrical-coordinate representation of color #9CD1CC: hue angle of 174.34º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CD1CC is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB156209204-
CMYK0.2500.020.18
HSL174.34º36.55%71.57%-
HSV(B)174.34º25.36%81.96%-
XYZ47.4157.0365.64-
YUV192.58134.44101.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.42%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=27.42%
G=36.73%
B=35.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562092040.2500.020.18174.3436.5571.57
Hex9CD1CC190212ae2548
Octal23432131431022225645110
Binary1001110011010001110011001100101010010101011101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,204); }

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

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

 a { background-color: rgb(156,209,204); }

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

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

 span { border-color: rgb(156,209,204); }

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