Html Css Color HEX #9ED2C9 Sinbad

📋 copy color: '#9ED2C9'

red 158 ◦ green 210 ◦ blue 201

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

Shades of Sinbad #9ED2C9

Tints of Sinbad #9ED2C9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.91%

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 27.77%
G = 36.91%
B = 35.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#9ED2C9 (or 0x9ED2C9) is known color: Sinbad. HEX triplet: 9E, D2 and C9. RGB value is (158,210,201). Sum of RGB (Red+Green+Blue) = 158+210+201=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2C9 is #612D36. Grayscale: #C1C1C1. Windows color (decimal): -6368567 or 13226654. OLE color: 13226654.

HSL color Cylindrical-coordinate representation of color #9ED2C9: hue angle of 169.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED2C9 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 201 -
CMYK 0.25 0 0.04 0.18
HSL 169.62º 0.37% 0.72% -
HSV(B) 169.62º 0.25% 0.82% -
XYZ 47.69 57.58 63.86 -
YUV 193.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 158 210 201 0.25 0 0.04 0.18 169.62 0.37 0.72
Hex 9E D2 C9 19 0 4 12 AA 25 48
Octal 236 322 311 31 0 4 22 252 45 110
Binary 10011110 11010010 11001001 11001 0 100 10010 10101010 100101 1001000

Color Harmonies of #9ED2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2C9

Black with #9ED2C9

Text Example


Text Example

White with #9ED2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,201); }

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

background-color css

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

 a { background-color: rgb(158,210,201); }

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

border-color css

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

 span { border-color: rgb(158,210,201); }

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