#9FC7CD

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

Shades of Morning Glory #9FC7CD

Tints of Morning Glory #9FC7CD

Color information

#9FC7CD (or 0x9FC7CD) is unknown color: approx Morning Glory. HEX triplet: 9F, C7 and CD. RGB value is (159,199,205). Sum of RGB (Red+Green+Blue) = 159+199+205=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC7CD is #603832. Grayscale: #BBBBBB. Windows color (decimal): -6305843 or 13485983. OLE color: 13485983.

HSL color Cylindrical-coordinate representation of color #9FC7CD: hue angle of 187.83º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC7CD is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159199205-
CMYK0.220.0300.20
HSL187.83º31.51%71.37%-
HSV(B)187.83º22.44%80.39%-
XYZ45.7452.6365.5-
YUV187.72137.75107.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.24%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=28.24%
G=35.35%
B=36.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591992050.220.0300.20187.8331.5171.37
Hex9FC7CD163014bc2047
Octal23730731526302427440107
Binary1001111111000111110011011011011010100101111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,199,205); }

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

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

 a { background-color: rgb(159,199,205); }

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

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

 span { border-color: rgb(159,199,205); }

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