#9CDADD

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

Shades of Morning Glory #9CDADD

Tints of Morning Glory #9CDADD

Color information

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

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

Color convert

RGB156218221-
CMYK0.290.0100.13
HSL182.77º48.87%73.92%-
HSV(B)182.77º29.41%86.67%-
XYZ51.8362.4377.73-
YUV199.8139.9696.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562182210.290.0100.13182.7748.8773.92
Hex9CDADD1D10Db7314a
Octal23433233535101526761112
Binary10011100110110101101110111101101101101101111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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