Html Css Color HEX #9ED8CB Sinbad

📋 copy color: '#9ED8CB'

red 158 ◦ green 216 ◦ blue 203

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

Shades of Sinbad #9ED8CB

Tints of Sinbad #9ED8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.44%

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 27.38%
G = 37.44%
B = 35.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#9ED8CB (or 0x9ED8CB) is known color: Sinbad. HEX triplet: 9E, D8 and CB. RGB value is (158,216,203). Sum of RGB (Red+Green+Blue) = 158+216+203=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8CB is #612734. Grayscale: #C5C5C5. Windows color (decimal): -6367029 or 13359262. OLE color: 13359262.

HSL color Cylindrical-coordinate representation of color #9ED8CB: hue angle of 166.55º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8CB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 203 -
CMYK 0.27 0 0.06 0.15
HSL 166.55º 0.43% 0.73% -
HSV(B) 166.55º 0.27% 0.85% -
XYZ 49.44 60.69 65.61 -
YUV 197.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 158 216 203 0.27 0 0.06 0.15 166.55 0.43 0.73
Hex 9E D8 CB 1B 0 6 F A7 2B 49
Octal 236 330 313 33 0 6 17 247 53 111
Binary 10011110 11011000 11001011 11011 0 110 1111 10100111 101011 1001001

Color Harmonies of #9ED8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED8CB

Black with #9ED8CB

Text Example


Text Example

White with #9ED8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,203); }

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

background-color css

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

 a { background-color: rgb(158,216,203); }

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

border-color css

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

 span { border-color: rgb(158,216,203); }

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