#9ED5CC

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

Shades of Sinbad #9ED5CC

Tints of Sinbad #9ED5CC

Color information

#9ED5CC (or 0x9ED5CC) is unknown color: approx Sinbad. HEX triplet: 9E, D5 and CC. RGB value is (158,213,204). Sum of RGB (Red+Green+Blue) = 158+213+204=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED5CC is #612A33. Grayscale: #C3C3C3. Windows color (decimal): -6367796 or 13424030. OLE color: 13424030.

HSL color Cylindrical-coordinate representation of color #9ED5CC: hue angle of 170.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED5CC is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB158213204-
CMYK0.2600.040.16
HSL170.18º39.57%72.75%-
HSV(B)170.18º25.82%83.53%-
XYZ48.7959.2265.99-
YUV195.53132.78101.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=27.48%
G=37.04%
B=35.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582132040.2600.040.16170.1839.5772.75
Hex9ED5CC1A0410aa2849
Octal23632531432042025250111
Binary10011110110101011100110011010010010000101010101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,204); }

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

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

 a { background-color: rgb(158,213,204); }

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

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

 span { border-color: rgb(158,213,204); }

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