#9DDCD3

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

Shades of Sinbad #9DDCD3

Tints of Sinbad #9DDCD3

Color information

#9DDCD3 (or 0x9DDCD3) is unknown color: approx Sinbad. HEX triplet: 9D, DC and D3. RGB value is (157,220,211). Sum of RGB (Red+Green+Blue) = 157+220+211=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCD3 is #62232C. Grayscale: #C8C8C8. Windows color (decimal): -6431533 or 13884573. OLE color: 13884573.

HSL color Cylindrical-coordinate representation of color #9DDCD3: hue angle of 171.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCD3 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB157220211-
CMYK0.2900.040.14
HSL171.43º47.37%73.92%-
HSV(B)171.43º28.64%86.27%-
XYZ51.2663.0671.1-
YUV200.14134.1397.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=26.70%
G=37.41%
B=35.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572202110.2900.040.14171.4347.3773.92
Hex9DDCD31D04Eab2f4a
Octal23533432335041625357112
Binary1001110111011100110100111110101001110101010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,211); }

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

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

 a { background-color: rgb(157,220,211); }

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

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

 span { border-color: rgb(157,220,211); }

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