Html Css Color HEX #9ED7C6 Sinbad

📋 copy color: '#9ED7C6'

red 158 ◦ green 215 ◦ blue 198

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

Shades of Sinbad #9ED7C6

Tints of Sinbad #9ED7C6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.65%

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 27.67%
G = 37.65%
B = 34.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#9ED7C6 (or 0x9ED7C6) is known color: Sinbad. HEX triplet: 9E, D7 and C6. RGB value is (158,215,198). Sum of RGB (Red+Green+Blue) = 158+215+198=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED7C6 is #612839. Grayscale: #C4C4C4. Windows color (decimal): -6367290 or 13031326. OLE color: 13031326.

HSL color Cylindrical-coordinate representation of color #9ED7C6: hue angle of 162.11º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED7C6 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 215 198 -
CMYK 0.27 0 0.08 0.16
HSL 162.11º 0.42% 0.73% -
HSV(B) 162.11º 0.27% 0.84% -
XYZ 48.59 59.95 62.44 -
YUV 196.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 158 215 198 0.27 0 0.08 0.16 162.11 0.42 0.73
Hex 9E D7 C6 1B 0 8 10 A2 2A 49
Octal 236 327 306 33 0 10 20 242 52 111
Binary 10011110 11010111 11000110 11011 0 1000 10000 10100010 101010 1001001

Color Harmonies of #9ED7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED7C6

Black with #9ED7C6

Text Example


Text Example

White with #9ED7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,215,198); }

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

background-color css

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

 a { background-color: rgb(158,215,198); }

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

border-color css

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

 span { border-color: rgb(158,215,198); }

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