#9EDFD0

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

Shades of Sinbad #9EDFD0

Tints of Sinbad #9EDFD0

Color information

#9EDFD0 (or 0x9EDFD0) is unknown color: approx Sinbad. HEX triplet: 9E, DF and D0. RGB value is (158,223,208). Sum of RGB (Red+Green+Blue) = 158+223+208=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFD0 is #61202F. Grayscale: #C9C9C9. Windows color (decimal): -6365232 or 13688734. OLE color: 13688734.

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

Color convert

RGB158223208-
CMYK0.2900.070.13
HSL166.15º50.39%74.71%-
HSV(B)166.15º29.15%87.45%-
XYZ51.8764.669.41-
YUV201.85131.4796.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.83%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=26.83%
G=37.86%
B=35.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582232080.2900.070.13166.1550.3974.71
Hex9EDFD01D07Da6324b
Octal23633732035071524662113
Binary1001111011011111110100001110101111101101001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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