#9EDADB

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

Shades of Morning Glory #9EDADB

Tints of Morning Glory #9EDADB

Color information

#9EDADB (or 0x9EDADB) is unknown color: approx Morning Glory. HEX triplet: 9E, DA and DB. RGB value is (158,218,219). Sum of RGB (Red+Green+Blue) = 158+218+219=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDADB is #612524. Grayscale: #C8C8C8. Windows color (decimal): -6366501 or 14408350. OLE color: 14408350.

HSL color Cylindrical-coordinate representation of color #9EDADB: hue angle of 180.98º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDADB is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158218219-
CMYK0.280.0000.14
HSL180.98º45.86%73.92%-
HSV(B)180.98º27.85%85.88%-
XYZ51.9662.5376.35-
YUV200.17138.6297.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.55%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=26.55%
G=36.64%
B=36.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582182190.280.0000.14180.9845.8673.92
Hex9EDADB1C00Eb52e4a
Octal23633233334001626556112
Binary10011110110110101101101111100001110101101011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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