#9DDDCE

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

Shades of Sinbad #9DDDCE

Tints of Sinbad #9DDDCE

Color information

#9DDDCE (or 0x9DDDCE) is unknown color: approx Sinbad. HEX triplet: 9D, DD and CE. RGB value is (157,221,206). Sum of RGB (Red+Green+Blue) = 157+221+206=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDCE is #622231. Grayscale: #C8C8C8. Windows color (decimal): -6431282 or 13557149. OLE color: 13557149.

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

Color convert

RGB157221206-
CMYK0.2900.070.13
HSL165.94º48.48%74.12%-
HSV(B)165.94º28.96%86.67%-
XYZ50.963.3467.94-
YUV200.15131.397.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=26.88%
G=37.84%
B=35.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572212060.2900.070.13165.9448.4874.12
Hex9DDDCE1D07Da6304a
Octal23533531635071524660112
Binary1001110111011101110011101110101111101101001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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