#9FDCDC

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

Shades of Morning Glory #9FDCDC

Tints of Morning Glory #9FDCDC

Color information

#9FDCDC (or 0x9FDCDC) is unknown color: approx Morning Glory. HEX triplet: 9F, DC and DC. RGB value is (159,220,220). Sum of RGB (Red+Green+Blue) = 159+220+220=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9FDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDC is #602323. Grayscale: #C9C9C9. Windows color (decimal): -6300452 or 14474399. OLE color: 14474399.

HSL color Cylindrical-coordinate representation of color #9FDCDC: hue angle of 180º 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 #9FDCDC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159220220-
CMYK0.28000.14
HSL180º46.56%74.31%-
HSV(B)180º27.73%86.27%-
XYZ52.8163.7277.23-
YUV201.76138.2997.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.54%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=26.54%
G=36.73%
B=36.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592202200.28000.1418046.5674.31
Hex9FDCDC1C00Eb42f4a
Octal23733433434001626457112
Binary10011111110111001101110011100001110101101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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