Html Css Color HEX #9EDACB Sinbad

📋 copy color: '#9EDACB'

red 158 ◦ green 218 ◦ blue 203

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

Shades of Sinbad #9EDACB

Tints of Sinbad #9EDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

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

R = 27.29%
G = 37.65%
B = 35.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#9EDACB (or 0x9EDACB) is known color: Sinbad. HEX triplet: 9E, DA and CB. RGB value is (158,218,203). Sum of RGB (Red+Green+Blue) = 158+218+203=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDACB is #612534. Grayscale: #C6C6C6. Windows color (decimal): -6366517 or 13359774. OLE color: 13359774.

HSL color Cylindrical-coordinate representation of color #9EDACB: hue angle of 165º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDACB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 203 -
CMYK 0.28 0 0.07 0.15
HSL 165º 0.45% 0.74% -
HSV(B) 165º 0.28% 0.85% -
XYZ 49.95 61.72 65.78 -
YUV 198.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 158 218 203 0.28 0 0.07 0.15 165 0.45 0.74
Hex 9E DA CB 1C 0 7 F A5 2D 4A
Octal 236 332 313 34 0 7 17 245 55 112
Binary 10011110 11011010 11001011 11100 0 111 1111 10100101 101101 1001010

Color Harmonies of #9EDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDACB

Black with #9EDACB

Text Example


Text Example

White with #9EDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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