#9EDDD6

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

Shades of Sinbad #9EDDD6

Tints of Sinbad #9EDDD6

Color information

#9EDDD6 (or 0x9EDDD6) is unknown color: approx Sinbad. HEX triplet: 9E, DD and D6. RGB value is (158,221,214). Sum of RGB (Red+Green+Blue) = 158+221+214=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDD6 is #612229. Grayscale: #C9C9C9. Windows color (decimal): -6365738 or 14081438. OLE color: 14081438.

HSL color Cylindrical-coordinate representation of color #9EDDD6: hue angle of 173.33º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDD6 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB158221214-
CMYK0.2900.030.13
HSL173.33º48.09%74.31%-
HSV(B)173.33º28.51%86.67%-
XYZ52.0963.8473.19-
YUV201.36135.1397.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.64%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=26.64%
G=37.27%
B=36.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582212140.2900.030.13173.3348.0974.31
Hex9EDDD61D03Dad304a
Octal23633532635031525560112
Binary100111101101110111010110111010111101101011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,214); }

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

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

 a { background-color: rgb(158,221,214); }

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

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

 span { border-color: rgb(158,221,214); }

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