#9CCEC9

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

Shades of Sinbad #9CCEC9

Tints of Sinbad #9CCEC9

Color information

#9CCEC9 (or 0x9CCEC9) is unknown color: approx Sinbad. HEX triplet: 9C, CE and C9. RGB value is (156,206,201). Sum of RGB (Red+Green+Blue) = 156+206+201=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEC9 is #633136. Grayscale: #BEBEBE. Windows color (decimal): -6500663 or 13225628. OLE color: 13225628.

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

Color convert

RGB156206201-
CMYK0.2400.020.19
HSL174º33.78%70.98%-
HSV(B)174º24.27%80.78%-
XYZ46.3255.4363.52-
YUV190.48133.94103.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=27.71%
G=36.59%
B=35.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562062010.2400.020.1917433.7870.98
Hex9CCEC9180213ae2247
Octal23431631130022325642107
Binary1001110011001110110010011100001010011101011101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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