#9FD4CA

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

Shades of Sinbad #9FD4CA

Tints of Sinbad #9FD4CA

Color information

#9FD4CA (or 0x9FD4CA) is unknown color: approx Sinbad. HEX triplet: 9F, D4 and CA. RGB value is (159,212,202). Sum of RGB (Red+Green+Blue) = 159+212+202=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD4CA is #602B35. Grayscale: #C3C3C3. Windows color (decimal): -6302518 or 13292703. OLE color: 13292703.

HSL color Cylindrical-coordinate representation of color #9FD4CA: hue angle of 168.68º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD4CA is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB159212202-
CMYK0.2500.050.17
HSL168.68º38.13%72.75%-
HSV(B)168.68º25%83.14%-
XYZ48.558.7264.66-
YUV195.01131.94102.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.75%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=27.75%
G=37.00%
B=35.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1592122020.2500.050.17168.6838.1372.75
Hex9FD4CA190511a92649
Octal23732431231052125146111
Binary10011111110101001100101011001010110001101010011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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