#9DDCD9

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

Shades of Morning Glory #9DDCD9

Tints of Morning Glory #9DDCD9

Color information

#9DDCD9 (or 0x9DDCD9) is unknown color: approx Morning Glory. HEX triplet: 9D, DC and D9. RGB value is (157,220,217). Sum of RGB (Red+Green+Blue) = 157+220+217=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCD9 is #622326. Grayscale: #C8C8C8. Windows color (decimal): -6431527 or 14277789. OLE color: 14277789.

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

Color convert

RGB157220217-
CMYK0.2900.010.14
HSL177.14º47.37%73.92%-
HSV(B)177.14º28.64%86.27%-
XYZ52.0263.3675.13-
YUV200.82137.1396.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.43%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=26.43%
G=37.04%
B=36.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572202170.2900.010.14177.1447.3773.92
Hex9DDCD91D01Eb12f4a
Octal23533433135011626157112
Binary10011101110111001101100111101011110101100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,217); }

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

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

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

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

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

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

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