#9CE1D1

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

Shades of Sinbad #9CE1D1

Tints of Sinbad #9CE1D1

Color information

#9CE1D1 (or 0x9CE1D1) is unknown color: approx Sinbad. HEX triplet: 9C, E1 and D1. RGB value is (156,225,209). Sum of RGB (Red+Green+Blue) = 156+225+209=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1D1 is #631E2E. Grayscale: #CACACA. Windows color (decimal): -6495791 or 13754780. OLE color: 13754780.

HSL color Cylindrical-coordinate representation of color #9CE1D1: hue angle of 166.09º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE1D1 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB156225209-
CMYK0.3100.070.12
HSL166.09º53.49%74.71%-
HSV(B)166.09º30.67%88.24%-
XYZ52.1465.5270.22-
YUV202.54131.6494.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.44%
GREEN value IS 225 (88.28% from 255) = 38.14%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=26.44%
G=38.14%
B=35.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562252090.3100.070.12166.0953.4974.71
Hex9CE1D11F07Ca6354b
Octal23434132137071424665113
Binary1001110011100001110100011111101111100101001101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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