#9EE1DA

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

Shades of Sinbad #9EE1DA

Tints of Sinbad #9EE1DA

Color information

#9EE1DA (or 0x9EE1DA) is unknown color: approx Sinbad. HEX triplet: 9E, E1 and DA. RGB value is (158,225,218). Sum of RGB (Red+Green+Blue) = 158+225+218=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1DA is #611E25. Grayscale: #CCCCCC. Windows color (decimal): -6364710 or 14344606. OLE color: 14344606.

HSL color Cylindrical-coordinate representation of color #9EE1DA: hue angle of 173.73º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1DA is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB158225218-
CMYK0.3000.030.12
HSL173.73º52.76%75.1%-
HSV(B)173.73º29.78%88.24%-
XYZ53.6866.1876.27-
YUV204.17135.895.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.29%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=26.29%
G=37.44%
B=36.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582252180.3000.030.12173.7352.7675.1
Hex9EE1DA1E03Cae354b
Octal23634133236031425665113
Binary100111101110000111011010111100111100101011101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,225,218); }

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

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

 a { background-color: rgb(158,225,218); }

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

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

 span { border-color: rgb(158,225,218); }

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