Html Css Color HEX #9EDFDB Sinbad

📋 copy color: '#9EDFDB'

red 158 ◦ green 223 ◦ blue 219

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

Shades of Sinbad #9EDFDB

Tints of Sinbad #9EDFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 26.33%
G = 37.17%
B = 36.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#9EDFDB (or 0x9EDFDB) is known color: Sinbad. HEX triplet: 9E, DF and DB. RGB value is (158,223,219). Sum of RGB (Red+Green+Blue) = 158+223+219=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFDB is #612024. Grayscale: #CBCBCB. Windows color (decimal): -6365221 or 14409630. OLE color: 14409630.

HSL color Cylindrical-coordinate representation of color #9EDFDB: hue angle of 176.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFDB is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 219 -
CMYK 0.29 0 0.02 0.13
HSL 176.31º 0.5% 0.75% -
HSV(B) 176.31º 0.29% 0.87% -
XYZ 53.27 65.16 76.79 -
YUV 203.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 158 223 219 0.29 0 0.02 0.13 176.31 0.5 0.75
Hex 9E DF DB 1D 0 2 D B0 32 4B
Octal 236 337 333 35 0 2 15 260 62 113
Binary 10011110 11011111 11011011 11101 0 10 1101 10110000 110010 1001011

Color Harmonies of #9EDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFDB

Black with #9EDFDB

Text Example


Text Example

White with #9EDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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