#9FDCDD

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

Shades of Morning Glory #9FDCDD

Tints of Morning Glory #9FDCDD

Color information

#9FDCDD (or 0x9FDCDD) is unknown color: approx Morning Glory. HEX triplet: 9F, DC and DD. RGB value is (159,220,221). Sum of RGB (Red+Green+Blue) = 159+220+221=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDD is #602322. Grayscale: #C9C9C9. Windows color (decimal): -6300451 or 14539935. OLE color: 14539935.

HSL color Cylindrical-coordinate representation of color #9FDCDD: hue angle of 180.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCDD is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159220221-
CMYK0.280.0000.13
HSL180.97º47.69%74.51%-
HSV(B)180.97º28.05%86.67%-
XYZ52.9463.7877.93-
YUV201.88138.7997.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=26.5%
G=36.67%
B=36.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592202210.280.0000.13180.9747.6974.51
Hex9FDCDD1C00Db5304b
Octal23733433534001526560113
Binary10011111110111001101110111100001101101101011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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