#9CDEDD

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

Shades of Morning Glory #9CDEDD

Tints of Morning Glory #9CDEDD

Color information

#9CDEDD (or 0x9CDEDD) is unknown color: approx Morning Glory. HEX triplet: 9C, DE and DD. RGB value is (156,222,221). Sum of RGB (Red+Green+Blue) = 156+222+221=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEDD is #632122. Grayscale: #CACACA. Windows color (decimal): -6496547 or 14540444. OLE color: 14540444.

HSL color Cylindrical-coordinate representation of color #9CDEDD: hue angle of 179.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEDD is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB156222221-
CMYK0.3000.000.13
HSL179.09º50%74.12%-
HSV(B)179.09º29.73%87.06%-
XYZ52.8864.5378.08-
YUV202.15138.6395.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.04%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=26.04%
G=37.06%
B=36.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562222210.3000.000.13179.095074.12
Hex9CDEDD1E00Db3324a
Octal23433633536001526362112
Binary10011100110111101101110111110001101101100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,221); }

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

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

 a { background-color: rgb(156,222,221); }

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

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

 span { border-color: rgb(156,222,221); }

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