Html Css Color HEX #9EDBD7 Sinbad

📋 copy color: '#9EDBD7'

red 158 ◦ green 219 ◦ blue 215

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

Shades of Sinbad #9EDBD7

Tints of Sinbad #9EDBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 26.69%
G = 36.99%
B = 36.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#9EDBD7 (or 0x9EDBD7) is known color: Sinbad. HEX triplet: 9E, DB and D7. RGB value is (158,219,215). Sum of RGB (Red+Green+Blue) = 158+219+215=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBD7 is #612428. Grayscale: #C8C8C8. Windows color (decimal): -6366249 or 14146462. OLE color: 14146462.

HSL color Cylindrical-coordinate representation of color #9EDBD7: hue angle of 176.07º 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 #9EDBD7 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 215 -
CMYK 0.28 0 0.02 0.14
HSL 176.07º 0.46% 0.74% -
HSV(B) 176.07º 0.28% 0.86% -
XYZ 51.7 62.84 73.69 -
YUV 200.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 158 219 215 0.28 0 0.02 0.14 176.07 0.46 0.74
Hex 9E DB D7 1C 0 2 E B0 2E 4A
Octal 236 333 327 34 0 2 16 260 56 112
Binary 10011110 11011011 11010111 11100 0 10 1110 10110000 101110 1001010

Color Harmonies of #9EDBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBD7

Black with #9EDBD7

Text Example


Text Example

White with #9EDBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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