#9EDBDD

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

Shades of Morning Glory #9EDBDD

Tints of Morning Glory #9EDBDD

Color information

#9EDBDD (or 0x9EDBDD) is unknown color: approx Morning Glory. HEX triplet: 9E, DB and DD. RGB value is (158,219,221). Sum of RGB (Red+Green+Blue) = 158+219+221=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBDD is #612422. Grayscale: #C8C8C8. Windows color (decimal): -6366243 or 14539678. OLE color: 14539678.

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

Color convert

RGB158219221-
CMYK0.290.0100.13
HSL181.9º48.09%74.31%-
HSV(B)181.9º28.51%86.67%-
XYZ52.4863.1577.83-
YUV200.99139.2997.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.42%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=26.42%
G=36.62%
B=36.96%

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
Decimal1582192210.290.0100.13181.948.0974.31
Hex9EDBDD1D10Db6304a
Octal23633333535101526660112
Binary10011110110110111101110111101101101101101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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