#9CDCDD

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

Shades of Morning Glory #9CDCDD

Tints of Morning Glory #9CDCDD

Color information

#9CDCDD (or 0x9CDCDD) is unknown color: approx Morning Glory. HEX triplet: 9C, DC and DD. RGB value is (156,220,221). Sum of RGB (Red+Green+Blue) = 156+220+221=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCDD is #632322. Grayscale: #C8C8C8. Windows color (decimal): -6497059 or 14539932. OLE color: 14539932.

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

Color convert

RGB156220221-
CMYK0.290.0000.13
HSL180.92º48.87%73.92%-
HSV(B)180.92º29.41%86.67%-
XYZ52.3563.4777.9-
YUV200.98139.395.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=26.13%
G=36.85%
B=37.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562202210.290.0000.13180.9248.8773.92
Hex9CDCDD1D00Db5314a
Octal23433433535001526561112
Binary10011100110111001101110111101001101101101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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