#9ED9CA

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

Shades of Sinbad #9ED9CA

Tints of Sinbad #9ED9CA

Color information

#9ED9CA (or 0x9ED9CA) is unknown color: approx Sinbad. HEX triplet: 9E, D9 and CA. RGB value is (158,217,202). Sum of RGB (Red+Green+Blue) = 158+217+202=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9CA is #612635. Grayscale: #C5C5C5. Windows color (decimal): -6366774 or 13293982. OLE color: 13293982.

HSL color Cylindrical-coordinate representation of color #9ED9CA: hue angle of 164.75º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED9CA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB158217202-
CMYK0.2700.070.15
HSL164.75º43.7%73.53%-
HSV(B)164.75º27.19%85.1%-
XYZ49.5761.1665.07-
YUV197.65130.4599.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.38%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=27.38%
G=37.61%
B=35.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582172020.2700.070.15164.7543.773.53
Hex9ED9CA1B07Fa52c4a
Octal23633131233071724554112
Binary1001111011011001110010101101101111111101001011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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