#9FCDCC

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

Shades of Morning Glory #9FCDCC

Tints of Morning Glory #9FCDCC

Color information

#9FCDCC (or 0x9FCDCC) is unknown color: approx Morning Glory. HEX triplet: 9F, CD and CC. RGB value is (159,205,204). Sum of RGB (Red+Green+Blue) = 159+205+204=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDCC is #603233. Grayscale: #BFBFBF. Windows color (decimal): -6304308 or 13421983. OLE color: 13421983.

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

Color convert

RGB159205204-
CMYK0.2200.000.20
HSL178.7º31.51%71.37%-
HSV(B)178.7º22.44%80.39%-
XYZ47.0355.3965.34-
YUV191.13135.26105.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.99%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=27.99%
G=36.09%
B=35.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592052040.2200.000.20178.731.5171.37
Hex9FCDCC160014b32047
Octal23731531426002426340107
Binary100111111100110111001100101100010100101100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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