Html Css Color HEX #9EDBCE Sinbad

📋 copy color: '#9EDBCE'

red 158 ◦ green 219 ◦ blue 206

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

Shades of Sinbad #9EDBCE

Tints of Sinbad #9EDBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 27.1%
G = 37.56%
B = 35.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#9EDBCE (or 0x9EDBCE) is known color: Sinbad. HEX triplet: 9E, DB and CE. RGB value is (158,219,206). Sum of RGB (Red+Green+Blue) = 158+219+206=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBCE is #612431. Grayscale: #C7C7C7. Windows color (decimal): -6366258 or 13556638. OLE color: 13556638.

HSL color Cylindrical-coordinate representation of color #9EDBCE: hue angle of 167.21º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBCE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 206 -
CMYK 0.28 0 0.06 0.14
HSL 167.21º 0.46% 0.74% -
HSV(B) 167.21º 0.28% 0.86% -
XYZ 50.57 62.39 67.77 -
YUV 199.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 158 219 206 0.28 0 0.06 0.14 167.21 0.46 0.74
Hex 9E DB CE 1C 0 6 E A7 2E 4A
Octal 236 333 316 34 0 6 16 247 56 112
Binary 10011110 11011011 11001110 11100 0 110 1110 10100111 101110 1001010

Color Harmonies of #9EDBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBCE

Black with #9EDBCE

Text Example


Text Example

White with #9EDBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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