#9EDCD4

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

Shades of Sinbad #9EDCD4

Tints of Sinbad #9EDCD4

Color information

#9EDCD4 (or 0x9EDCD4) is unknown color: approx Sinbad. HEX triplet: 9E, DC and D4. RGB value is (158,220,212). Sum of RGB (Red+Green+Blue) = 158+220+212=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCD4 is #61232B. Grayscale: #C8C8C8. Windows color (decimal): -6365996 or 13950110. OLE color: 13950110.

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

Color convert

RGB158220212-
CMYK0.2800.040.14
HSL172.26º46.97%74.12%-
HSV(B)172.26º28.18%86.27%-
XYZ51.5863.2171.77-
YUV200.55134.4697.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.78%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=26.78%
G=37.29%
B=35.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582202120.2800.040.14172.2646.9774.12
Hex9EDCD41C04Eac2f4a
Octal23633432434041625457112
Binary1001111011011100110101001110001001110101011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,212); }

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

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

 a { background-color: rgb(158,220,212); }

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

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

 span { border-color: rgb(158,220,212); }

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