Html Css Color HEX #9ED6CE Sinbad

📋 copy color: '#9ED6CE'

red 158 ◦ green 214 ◦ blue 206

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

Shades of Sinbad #9ED6CE

Tints of Sinbad #9ED6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 27.34%
G = 37.02%
B = 35.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#9ED6CE (or 0x9ED6CE) is known color: Sinbad. HEX triplet: 9E, D6 and CE. RGB value is (158,214,206). Sum of RGB (Red+Green+Blue) = 158+214+206=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED6CE is #612931. Grayscale: #C4C4C4. Windows color (decimal): -6367538 or 13555358. OLE color: 13555358.

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

Color convert

RGB 158 214 206 -
CMYK 0.26 0 0.04 0.16
HSL 171.43º 0.41% 0.73% -
HSV(B) 171.43º 0.26% 0.84% -
XYZ 49.29 59.82 67.34 -
YUV 196.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 158 214 206 0.26 0 0.04 0.16 171.43 0.41 0.73
Hex 9E D6 CE 1A 0 4 10 AB 29 49
Octal 236 326 316 32 0 4 20 253 51 111
Binary 10011110 11010110 11001110 11010 0 100 10000 10101011 101001 1001001

Color Harmonies of #9ED6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED6CE

Black with #9ED6CE

Text Example


Text Example

White with #9ED6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,206); }

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

background-color css

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

 a { background-color: rgb(158,214,206); }

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

border-color css

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

 span { border-color: rgb(158,214,206); }

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