#9FDFDA

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

Shades of Sinbad #9FDFDA

Tints of Sinbad #9FDFDA

Color information

#9FDFDA (or 0x9FDFDA) is unknown color: approx Sinbad. HEX triplet: 9F, DF and DA. RGB value is (159,223,218). Sum of RGB (Red+Green+Blue) = 159+223+218=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFDA is #602025. Grayscale: #CBCBCB. Windows color (decimal): -6299686 or 14344095. OLE color: 14344095.

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

Color convert

RGB159223218-
CMYK0.2900.020.13
HSL175.31º50%74.9%-
HSV(B)175.31º28.7%87.45%-
XYZ53.3465.2176.1-
YUV203.29136.396.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=26.5%
G=37.17%
B=36.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592232180.2900.020.13175.315074.9
Hex9FDFDA1D02Daf324b
Octal23733733235021525762113
Binary100111111101111111011010111010101101101011111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,218); }

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

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

 a { background-color: rgb(159,223,218); }

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

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

 span { border-color: rgb(159,223,218); }

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