#9DD7CE

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

Shades of Sinbad #9DD7CE

Tints of Sinbad #9DD7CE

Color information

#9DD7CE (or 0x9DD7CE) is unknown color: approx Sinbad. HEX triplet: 9D, D7 and CE. RGB value is (157,215,206). Sum of RGB (Red+Green+Blue) = 157+215+206=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7CE is #622831. Grayscale: #C4C4C4. Windows color (decimal): -6432818 or 13555613. OLE color: 13555613.

HSL color Cylindrical-coordinate representation of color #9DD7CE: hue angle of 170.69º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD7CE is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB157215206-
CMYK0.2700.040.16
HSL170.69º42.03%72.94%-
HSV(B)170.69º26.98%84.31%-
XYZ49.3560.2367.42-
YUV196.63133.2899.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=27.16%
G=37.20%
B=35.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572152060.2700.040.16170.6942.0372.94
Hex9DD7CE1B0410ab2a49
Octal23532731633042025352111
Binary10011101110101111100111011011010010000101010111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,215,206); }

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

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

 a { background-color: rgb(157,215,206); }

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

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

 span { border-color: rgb(157,215,206); }

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