Html Css Color HEX #9ED4CE Sinbad

📋 copy color: '#9ED4CE'

red 158 ◦ green 212 ◦ blue 206

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

Shades of Sinbad #9ED4CE

Tints of Sinbad #9ED4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

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

R = 27.43%
G = 36.81%
B = 35.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#9ED4CE (or 0x9ED4CE) is known color: Sinbad. HEX triplet: 9E, D4 and CE. RGB value is (158,212,206). Sum of RGB (Red+Green+Blue) = 158+212+206=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED4CE is #612B31. Grayscale: #C3C3C3. Windows color (decimal): -6368050 or 13554846. OLE color: 13554846.

HSL color Cylindrical-coordinate representation of color #9ED4CE: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED4CE is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 212 206 -
CMYK 0.25 0 0.03 0.17
HSL 173.33º 0.39% 0.73% -
HSV(B) 173.33º 0.25% 0.83% -
XYZ 48.78 58.81 67.17 -
YUV 195.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 158 212 206 0.25 0 0.03 0.17 173.33 0.39 0.73
Hex 9E D4 CE 19 0 3 11 AD 27 49
Octal 236 324 316 31 0 3 21 255 47 111
Binary 10011110 11010100 11001110 11001 0 11 10001 10101101 100111 1001001

Color Harmonies of #9ED4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED4CE

Black with #9ED4CE

Text Example


Text Example

White with #9ED4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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