#9FDEDB

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

Shades of Sinbad #9FDEDB

Tints of Sinbad #9FDEDB

Color information

#9FDEDB (or 0x9FDEDB) is unknown color: approx Sinbad. HEX triplet: 9F, DE and DB. RGB value is (159,222,219). Sum of RGB (Red+Green+Blue) = 159+222+219=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEDB is #602124. Grayscale: #CACACA. Windows color (decimal): -6299941 or 14409375. OLE color: 14409375.

HSL color Cylindrical-coordinate representation of color #9FDEDB: hue angle of 177.14º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEDB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB159222219-
CMYK0.2800.010.13
HSL177.14º48.84%74.71%-
HSV(B)177.14º28.38%87.06%-
XYZ53.2164.7376.71-
YUV202.82137.1396.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=26.5%
G=37%
B=36.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592222190.2800.010.13177.1448.8474.71
Hex9FDEDB1C01Db1314b
Octal23733633334011526161113
Binary10011111110111101101101111100011101101100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,219); }

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

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

 a { background-color: rgb(159,222,219); }

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

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

 span { border-color: rgb(159,222,219); }

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