#9FDCD6

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

Shades of Sinbad #9FDCD6

Tints of Sinbad #9FDCD6

Color information

#9FDCD6 (or 0x9FDCD6) is unknown color: approx Sinbad. HEX triplet: 9F, DC and D6. RGB value is (159,220,214). Sum of RGB (Red+Green+Blue) = 159+220+214=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCD6 is #602329. Grayscale: #C9C9C9. Windows color (decimal): -6300458 or 14081183. OLE color: 14081183.

HSL color Cylindrical-coordinate representation of color #9FDCD6: hue angle of 174.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCD6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB159220214-
CMYK0.2800.030.14
HSL174.1º46.56%74.31%-
HSV(B)174.1º27.73%86.27%-
XYZ52.0363.4173.12-
YUV201.08135.2997.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.81%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=26.81%
G=37.10%
B=36.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592202140.2800.030.14174.146.5674.31
Hex9FDCD61C03Eae2f4a
Octal23733432634031625657112
Binary100111111101110011010110111000111110101011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,220,214); }

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

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

 a { background-color: rgb(159,220,214); }

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

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

 span { border-color: rgb(159,220,214); }

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