#9DDFD9

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

Shades of Sinbad #9DDFD9

Tints of Sinbad #9DDFD9

Color information

#9DDFD9 (or 0x9DDFD9) is unknown color: approx Sinbad. HEX triplet: 9D, DF and D9. RGB value is (157,223,217). Sum of RGB (Red+Green+Blue) = 157+223+217=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFD9 is #622026. Grayscale: #CACACA. Windows color (decimal): -6430759 or 14278557. OLE color: 14278557.

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

Color convert

RGB157223217-
CMYK0.3000.030.13
HSL174.55º50.77%74.51%-
HSV(B)174.55º29.6%87.45%-
XYZ52.8264.9575.4-
YUV202.58136.1395.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.30%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=26.30%
G=37.35%
B=36.35%

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
Decimal1572232170.3000.030.13174.5550.7774.51
Hex9DDFD91E03Daf334b
Octal23533733136031525763113
Binary100111011101111111011001111100111101101011111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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