#9CDFD9

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

Shades of Sinbad #9CDFD9

Tints of Sinbad #9CDFD9

Color information

#9CDFD9 (or 0x9CDFD9) is unknown color: approx Sinbad. HEX triplet: 9C, DF and D9. RGB value is (156,223,217). Sum of RGB (Red+Green+Blue) = 156+223+217=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFD9 is #632026. Grayscale: #CACACA. Windows color (decimal): -6496295 or 14278556. OLE color: 14278556.

HSL color Cylindrical-coordinate representation of color #9CDFD9: hue angle of 174.63º degrees, saturation: 0.51, 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 #9CDFD9 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB156223217-
CMYK0.3000.030.13
HSL174.63º51.15%74.31%-
HSV(B)174.63º30.04%87.45%-
XYZ52.6264.8575.39-
YUV202.28136.394.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=26.17%
G=37.42%
B=36.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562232170.3000.030.13174.6351.1574.31
Hex9CDFD91E03Daf334a
Octal23433733136031525763112
Binary100111001101111111011001111100111101101011111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,223,217); }

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

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

 a { background-color: rgb(156,223,217); }

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

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

 span { border-color: rgb(156,223,217); }

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