#9CDCDC

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

Shades of Morning Glory #9CDCDC

Tints of Morning Glory #9CDCDC

Color information

#9CDCDC (or 0x9CDCDC) is unknown color: approx Morning Glory. HEX triplet: 9C, DC and DC. RGB value is (156,220,220). Sum of RGB (Red+Green+Blue) = 156+220+220=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9CDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCDC is #632323. Grayscale: #C8C8C8. Windows color (decimal): -6497060 or 14474396. OLE color: 14474396.

HSL color Cylindrical-coordinate representation of color #9CDCDC: hue angle of 180º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCDC is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156220220-
CMYK0.29000.14
HSL180º47.76%73.73%-
HSV(B)180º29.09%86.27%-
XYZ52.2263.4277.2-
YUV200.86138.896-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=26.17%
G=36.91%
B=36.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562202200.29000.1418047.7673.73
Hex9CDCDC1D00Eb4304a
Octal23433433435001626460112
Binary10011100110111001101110011101001110101101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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