Html Css Color HEX #9EE0D5 Sinbad

📋 copy color: '#9EE0D5'

red 158 ◦ green 224 ◦ blue 213

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

Shades of Sinbad #9EE0D5

Tints of Sinbad #9EE0D5

RGB

 RED value IS 158 (62.11% from 255) = 26.55%

 GREEN value IS 224 (87.89% from 255) = 37.65%

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 26.55%
G = 37.65%
B = 35.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#9EE0D5 (or 0x9EE0D5) is known color: Sinbad. HEX triplet: 9E, E0 and D5. RGB value is (158,224,213). Sum of RGB (Red+Green+Blue) = 158+224+213=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0D5 is #611F2A. Grayscale: #CACACA. Windows color (decimal): -6364971 or 14016670. OLE color: 14016670.

HSL color Cylindrical-coordinate representation of color #9EE0D5: hue angle of 170º 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 #9EE0D5 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 213 -
CMYK 0.29 0 0.05 0.12
HSL 170º 0.52% 0.75% -
HSV(B) 170º 0.29% 0.88% -
XYZ 52.77 65.38 72.79 -
YUV 203.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 158 224 213 0.29 0 0.05 0.12 170 0.52 0.75
Hex 9E E0 D5 1D 0 5 C AA 34 4B
Octal 236 340 325 35 0 5 14 252 64 113
Binary 10011110 11100000 11010101 11101 0 101 1100 10101010 110100 1001011

Color Harmonies of #9EE0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0D5

Black with #9EE0D5

Text Example


Text Example

White with #9EE0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EE0D5;
 }
 .AnyTagClassName
 {
   color: #9EE0D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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