Html Css Color HEX #9EE1DD Sinbad

📋 copy color: '#9EE1DD'

red 158 ◦ green 225 ◦ blue 221

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

Shades of Sinbad #9EE1DD

Tints of Sinbad #9EE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.25%

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 26.16%
G = 37.25%
B = 36.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#9EE1DD (or 0x9EE1DD) is known color: Sinbad. HEX triplet: 9E, E1 and DD. RGB value is (158,225,221). Sum of RGB (Red+Green+Blue) = 158+225+221=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1DD is #611E22. Grayscale: #CCCCCC. Windows color (decimal): -6364707 or 14541214. OLE color: 14541214.

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

Color convert

RGB 158 225 221 -
CMYK 0.30 0 0.02 0.12
HSL 176.42º 0.53% 0.75% -
HSV(B) 176.42º 0.3% 0.88% -
XYZ 54.08 66.34 78.36 -
YUV 204.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 158 225 221 0.30 0 0.02 0.12 176.42 0.53 0.75
Hex 9E E1 DD 1E 0 2 C B0 35 4B
Octal 236 341 335 36 0 2 14 260 65 113
Binary 10011110 11100001 11011101 11110 0 10 1100 10110000 110101 1001011

Color Harmonies of #9EE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE1DD

Black with #9EE1DD

Text Example


Text Example

White with #9EE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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