#9EDFD6

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

Shades of Sinbad #9EDFD6

Tints of Sinbad #9EDFD6

Color information

#9EDFD6 (or 0x9EDFD6) is unknown color: approx Sinbad. HEX triplet: 9E, DF and D6. RGB value is (158,223,214). Sum of RGB (Red+Green+Blue) = 158+223+214=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFD6 is #612029. Grayscale: #CACACA. Windows color (decimal): -6365226 or 14081950. OLE color: 14081950.

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

Color convert

RGB158223214-
CMYK0.2900.040.13
HSL171.69º50.39%74.71%-
HSV(B)171.69º29.15%87.45%-
XYZ52.6364.973.37-
YUV202.54134.4796.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.55%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=26.55%
G=37.48%
B=35.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582232140.2900.040.13171.6950.3974.71
Hex9EDFD61D04Dac324b
Octal23633732635041525462113
Binary1001111011011111110101101110101001101101011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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