#9DDEDB

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

Shades of Morning Glory #9DDEDB

Tints of Morning Glory #9DDEDB

Color information

#9DDEDB (or 0x9DDEDB) is unknown color: approx Morning Glory. HEX triplet: 9D, DE and DB. RGB value is (157,222,219). Sum of RGB (Red+Green+Blue) = 157+222+219=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEDB is #622124. Grayscale: #CACACA. Windows color (decimal): -6431013 or 14409373. OLE color: 14409373.

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

Color convert

RGB157222219-
CMYK0.2900.010.13
HSL177.23º49.62%74.31%-
HSV(B)177.23º29.28%87.06%-
XYZ52.8164.5376.69-
YUV202.22137.4795.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=26.25%
G=37.12%
B=36.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572222190.2900.010.13177.2349.6274.31
Hex9DDEDB1D01Db1324a
Octal23533633335011526162112
Binary10011101110111101101101111101011101101100011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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