#9EE0DC

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

Shades of Sinbad #9EE0DC

Tints of Sinbad #9EE0DC

Color information

#9EE0DC (or 0x9EE0DC) is unknown color: approx Sinbad. HEX triplet: 9E, E0 and DC. RGB value is (158,224,220). Sum of RGB (Red+Green+Blue) = 158+224+220=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0DC is #611F23. Grayscale: #CBCBCB. Windows color (decimal): -6364964 or 14475422. OLE color: 14475422.

HSL color Cylindrical-coordinate representation of color #9EE0DC: hue angle of 176.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0DC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB158224220-
CMYK0.2900.020.12
HSL176.36º51.56%74.9%-
HSV(B)176.36º29.46%87.84%-
XYZ53.6765.7577.57-
YUV203.81137.1395.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.25%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=26.25%
G=37.21%
B=36.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582242200.2900.020.12176.3651.5674.9
Hex9EE0DC1D02Cb0344b
Octal23634033435021426064113
Binary100111101110000011011100111010101100101100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,224,220); }

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

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

 a { background-color: rgb(158,224,220); }

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

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

 span { border-color: rgb(158,224,220); }

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