#9EDCDB

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

Shades of Morning Glory #9EDCDB

Tints of Morning Glory #9EDCDB

Color information

#9EDCDB (or 0x9EDCDB) is unknown color: approx Morning Glory. HEX triplet: 9E, DC and DB. RGB value is (158,220,219). Sum of RGB (Red+Green+Blue) = 158+220+219=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCDB is #612324. Grayscale: #C9C9C9. Windows color (decimal): -6365989 or 14408862. OLE color: 14408862.

HSL color Cylindrical-coordinate representation of color #9EDCDB: hue angle of 179.03º degrees, saturation: 0.47, 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 #9EDCDB is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB158220219-
CMYK0.2800.000.14
HSL179.03º46.97%74.12%-
HSV(B)179.03º28.18%86.27%-
XYZ52.4863.5776.52-
YUV201.35137.9697.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=26.47%
G=36.85%
B=36.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582202190.2800.000.14179.0346.9774.12
Hex9EDCDB1C00Eb32f4a
Octal23633433334001626357112
Binary10011110110111001101101111100001110101100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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