#9edfd9

Color #9EDFD9 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #9EDFD9

Tints of Sinbad #9EDFD9

Color information

#9EDFD9 (or 0x9EDFD9) is unknown color: approx Sinbad. HEX triplet: 9E, DF and D9. RGB value is (158,223,217). Sum of RGB (Red+Green+Blue) = 158+223+217=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFD9 is #612026. Grayscale: #CACACA. Windows color (decimal): -6365223 or 14278558. OLE color: 14278558.

HSL color Cylindrical-coordinate representation of color #9EDFD9: hue angle of 174.46º 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 #9EDFD9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB158223217-
CMYK0.2900.030.13
HSL174.46º50.39%74.71%-
HSV(B)174.46º29.15%87.45%-
XYZ53.0165.0575.41-
YUV202.88135.9795.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.42%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=26.42%
G=37.29%
B=36.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582232170.2900.030.13174.4650.3974.71
Hex9EDFD91D03Dae324b
Octal23633733135031525662113
Binary100111101101111111011001111010111101101011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9edfd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9edfd9;
 }
 .AnyTagClassName
 {
   color: #9edfd9;
 }
</style>
background-color css

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

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

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

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

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

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