#9ED5CF

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

Shades of Sinbad #9ED5CF

Tints of Sinbad #9ED5CF

Color information

#9ED5CF (or 0x9ED5CF) is unknown color: approx Sinbad. HEX triplet: 9E, D5 and CF. RGB value is (158,213,207). Sum of RGB (Red+Green+Blue) = 158+213+207=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED5CF is #612A30. Grayscale: #C3C3C3. Windows color (decimal): -6367793 or 13620638. OLE color: 13620638.

HSL color Cylindrical-coordinate representation of color #9ED5CF: hue angle of 173.45º 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 #9ED5CF is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB158213207-
CMYK0.2600.030.16
HSL173.45º39.57%72.75%-
HSV(B)173.45º25.82%83.53%-
XYZ49.1659.3667.9-
YUV195.87134.28100.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.34%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=27.34%
G=36.85%
B=35.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582132070.2600.030.16173.4539.5772.75
Hex9ED5CF1A0310ad2849
Octal23632531732032025550111
Binary1001111011010101110011111101001110000101011011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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