#9FDFD4

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

Shades of Sinbad #9FDFD4

Tints of Sinbad #9FDFD4

Color information

#9FDFD4 (or 0x9FDFD4) is unknown color: approx Sinbad. HEX triplet: 9F, DF and D4. RGB value is (159,223,212). Sum of RGB (Red+Green+Blue) = 159+223+212=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFD4 is #60202B. Grayscale: #CACACA. Windows color (decimal): -6299692 or 13950879. OLE color: 13950879.

HSL color Cylindrical-coordinate representation of color #9FDFD4: hue angle of 169.69º 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 #9FDFD4 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB159223212-
CMYK0.2900.050.13
HSL169.69º50%74.9%-
HSV(B)169.69º28.7%87.45%-
XYZ52.5764.972.04-
YUV202.61133.396.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.77%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=26.77%
G=37.54%
B=35.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592232120.2900.050.13169.695074.9
Hex9FDFD41D05Daa324b
Octal23733732435051525262113
Binary1001111111011111110101001110101011101101010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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