#9CDDDA

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

Shades of Morning Glory #9CDDDA

Tints of Morning Glory #9CDDDA

Color information

#9CDDDA (or 0x9CDDDA) is unknown color: approx Morning Glory. HEX triplet: 9C, DD and DA. RGB value is (156,221,218). Sum of RGB (Red+Green+Blue) = 156+221+218=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDDA is #632225. Grayscale: #C9C9C9. Windows color (decimal): -6496806 or 14343580. OLE color: 14343580.

HSL color Cylindrical-coordinate representation of color #9CDDDA: hue angle of 177.23º 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 #9CDDDA is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB156221218-
CMYK0.2900.010.13
HSL177.23º48.87%73.92%-
HSV(B)177.23º29.41%86.67%-
XYZ52.2263.8475.9-
YUV201.22137.4795.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.22%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=26.22%
G=37.14%
B=36.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562212180.2900.010.13177.2348.8773.92
Hex9CDDDA1D01Db1314a
Octal23433533235011526161112
Binary10011100110111011101101011101011101101100011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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