#9FC9CD

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

Shades of Morning Glory #9FC9CD

Tints of Morning Glory #9FC9CD

Color information

#9FC9CD (or 0x9FC9CD) is unknown color: approx Morning Glory. HEX triplet: 9F, C9 and CD. RGB value is (159,201,205). Sum of RGB (Red+Green+Blue) = 159+201+205=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9CD is #603632. Grayscale: #BCBCBC. Windows color (decimal): -6305331 or 13486495. OLE color: 13486495.

HSL color Cylindrical-coordinate representation of color #9FC9CD: hue angle of 185.22º 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 #9FC9CD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159201205-
CMYK0.220.0200.20
HSL185.22º31.51%71.37%-
HSV(B)185.22º22.44%80.39%-
XYZ46.253.5565.66-
YUV188.9137.09106.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=28.14%
G=35.58%
B=36.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592012050.220.0200.20185.2231.5171.37
Hex9FC9CD162014b92047
Octal23731131526202427140107
Binary1001111111001001110011011011010010100101110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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