#9DD1CA

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

Shades of Sinbad #9DD1CA

Tints of Sinbad #9DD1CA

Color information

#9DD1CA (or 0x9DD1CA) is unknown color: approx Sinbad. HEX triplet: 9D, D1 and CA. RGB value is (157,209,202). Sum of RGB (Red+Green+Blue) = 157+209+202=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD1CA is #622E35. Grayscale: #C0C0C0. Windows color (decimal): -6434358 or 13291933. OLE color: 13291933.

HSL color Cylindrical-coordinate representation of color #9DD1CA: hue angle of 171.92º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD1CA is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB157209202-
CMYK0.2500.030.18
HSL171.92º36.11%71.76%-
HSV(B)171.92º24.88%81.96%-
XYZ47.3757.0364.39-
YUV192.65133.27102.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.64%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=27.64%
G=36.80%
B=35.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572092020.2500.030.18171.9236.1171.76
Hex9DD1CA190312ac2448
Octal23532131231032225444110
Binary1001110111010001110010101100101110010101011001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,202); }

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

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

 a { background-color: rgb(157,209,202); }

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

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

 span { border-color: rgb(157,209,202); }

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