#9CDECF

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

Shades of Sinbad #9CDECF

Tints of Sinbad #9CDECF

Color information

#9CDECF (or 0x9CDECF) is unknown color: approx Sinbad. HEX triplet: 9C, DE and CF. RGB value is (156,222,207). Sum of RGB (Red+Green+Blue) = 156+222+207=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDECF is #632130. Grayscale: #C8C8C8. Windows color (decimal): -6496561 or 13622940. OLE color: 13622940.

HSL color Cylindrical-coordinate representation of color #9CDECF: hue angle of 166.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDECF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB156222207-
CMYK0.3000.070.13
HSL166.36º50%74.12%-
HSV(B)166.36º29.73%87.06%-
XYZ51.0963.8268.66-
YUV200.56131.6396.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=26.67%
G=37.95%
B=35.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562222070.3000.070.13166.365074.12
Hex9CDECF1E07Da6324a
Octal23433631736071524662112
Binary1001110011011110110011111111001111101101001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,207); }

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

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

 a { background-color: rgb(156,222,207); }

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

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

 span { border-color: rgb(156,222,207); }

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