#9DE2DC

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

Shades of Sinbad #9DE2DC

Tints of Sinbad #9DE2DC

Color information

#9DE2DC (or 0x9DE2DC) is unknown color: approx Sinbad. HEX triplet: 9D, E2 and DC. RGB value is (157,226,220). Sum of RGB (Red+Green+Blue) = 157+226+220=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2DC is #621D23. Grayscale: #CCCCCC. Windows color (decimal): -6429988 or 14475933. OLE color: 14475933.

HSL color Cylindrical-coordinate representation of color #9DE2DC: hue angle of 174.78º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE2DC is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB157226220-
CMYK0.3100.030.11
HSL174.78º54.33%75.1%-
HSV(B)174.78º30.53%88.63%-
XYZ54.0266.7377.74-
YUV204.69136.6493.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.04%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=26.04%
G=37.48%
B=36.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572262200.3100.030.11174.7854.3375.1
Hex9DE2DC1F03Baf364b
Octal23534233437031325766113
Binary100111011110001011011100111110111011101011111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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