#9DD1CE

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

Shades of Morning Glory #9DD1CE

Tints of Morning Glory #9DD1CE

Color information

#9DD1CE (or 0x9DD1CE) is unknown color: approx Morning Glory. HEX triplet: 9D, D1 and CE. RGB value is (157,209,206). Sum of RGB (Red+Green+Blue) = 157+209+206=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD1CE is #622E31. Grayscale: #C1C1C1. Windows color (decimal): -6434354 or 13554077. OLE color: 13554077.

HSL color Cylindrical-coordinate representation of color #9DD1CE: hue angle of 176.54º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD1CE is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB157209206-
CMYK0.2500.010.18
HSL176.54º36.11%71.76%-
HSV(B)176.54º24.88%81.96%-
XYZ47.8557.2366.92-
YUV193.11135.27102.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.45%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=27.45%
G=36.54%
B=36.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572092060.2500.010.18176.5436.1171.76
Hex9DD1CE190112b12448
Octal23532131631012226144110
Binary100111011101000111001110110010110010101100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,206); }

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

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

 a { background-color: rgb(157,209,206); }

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

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

 span { border-color: rgb(157,209,206); }

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