#9DDBDD

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

Shades of Morning Glory #9DDBDD

Tints of Morning Glory #9DDBDD

Color information

#9DDBDD (or 0x9DDBDD) is unknown color: approx Morning Glory. HEX triplet: 9D, DB and DD. RGB value is (157,219,221). Sum of RGB (Red+Green+Blue) = 157+219+221=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBDD is #622422. Grayscale: #C8C8C8. Windows color (decimal): -6431779 or 14539677. OLE color: 14539677.

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

Color convert

RGB157219221-
CMYK0.290.0100.13
HSL181.88º48.48%74.12%-
HSV(B)181.88º28.96%86.67%-
XYZ52.2963.0577.82-
YUV200.69139.4696.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.30%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=26.30%
G=36.68%
B=37.02%

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
Decimal1572192210.290.0100.13181.8848.4874.12
Hex9DDBDD1D10Db6304a
Octal23533333535101526660112
Binary10011101110110111101110111101101101101101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,221); }

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

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

 a { background-color: rgb(157,219,221); }

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

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

 span { border-color: rgb(157,219,221); }

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