Html Css Color HEX #9EE0DC Sinbad

📋 copy color: '#9EE0DC'

red 158 ◦ green 224 ◦ blue 220

#9EE0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #9EE0DC

Tints of Sinbad #9EE0DC

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 value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#9EE0DC (or 0x9EE0DC) is known color: 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

RGB 158 224 220 -
CMYK 0.29 0 0.02 0.12
HSL 176.36º 0.52% 0.75% -
HSV(B) 176.36º 0.29% 0.88% -
XYZ 53.67 65.75 77.57 -
YUV 203.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 158 224 220 0.29 0 0.02 0.12 176.36 0.52 0.75
Hex 9E E0 DC 1D 0 2 C B0 34 4B
Octal 236 340 334 35 0 2 14 260 64 113
Binary 10011110 11100000 11011100 11101 0 10 1100 10110000 110100 1001011

Color Harmonies of #9EE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0DC

Black with #9EE0DC

Text Example


Text Example

White with #9EE0DC

Text Example


Text Example

HTML Codes & Css Web 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>