#9DDCCD

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

Shades of Sinbad #9DDCCD

Tints of Sinbad #9DDCCD

Color information

#9DDCCD (or 0x9DDCCD) is unknown color: approx Sinbad. HEX triplet: 9D, DC and CD. RGB value is (157,220,205). Sum of RGB (Red+Green+Blue) = 157+220+205=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCCD is #622332. Grayscale: #C7C7C7. Windows color (decimal): -6431539 or 13491357. OLE color: 13491357.

HSL color Cylindrical-coordinate representation of color #9DDCCD: hue angle of 165.71º 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 #9DDCCD is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB157220205-
CMYK0.2900.070.14
HSL165.71º47.37%73.92%-
HSV(B)165.71º28.64%86.27%-
XYZ50.5262.7667.21-
YUV199.45131.1397.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=26.98%
G=37.80%
B=35.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572202050.2900.070.14165.7147.3773.92
Hex9DDCCD1D07Ea62f4a
Octal23533431535071624657112
Binary1001110111011100110011011110101111110101001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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