#9EDBDC

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

Shades of Morning Glory #9EDBDC

Tints of Morning Glory #9EDBDC

Color information

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

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

Color convert

RGB158219220-
CMYK0.280.0000.14
HSL180.97º46.97%74.12%-
HSV(B)180.97º28.18%86.27%-
XYZ52.3563.177.13-
YUV200.88138.7997.42-

RGB Variations

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

RGB

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

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
Decimal1582192200.280.0000.14180.9746.9774.12
Hex9EDBDC1C00Eb52f4a
Octal23633333434001626557112
Binary10011110110110111101110011100001110101101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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