#9DDADD

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

Shades of Morning Glory #9DDADD

Tints of Morning Glory #9DDADD

Color information

#9DDADD (or 0x9DDADD) is unknown color: approx Morning Glory. HEX triplet: 9D, DA and DD. RGB value is (157,218,221). Sum of RGB (Red+Green+Blue) = 157+218+221=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDADD is #622522. Grayscale: #C8C8C8. Windows color (decimal): -6432035 or 14539421. OLE color: 14539421.

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

Color convert

RGB157218221-
CMYK0.290.0100.13
HSL182.81º48.48%74.12%-
HSV(B)182.81º28.96%86.67%-
XYZ52.0362.5377.73-
YUV200.1139.7997.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.34%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=26.34%
G=36.58%
B=37.08%

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
Decimal1572182210.290.0100.13182.8148.4874.12
Hex9DDADD1D10Db7304a
Octal23533233535101526760112
Binary10011101110110101101110111101101101101101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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