#9EDBD9

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

Shades of Morning Glory #9EDBD9

Tints of Morning Glory #9EDBD9

Color information

#9EDBD9 (or 0x9EDBD9) is unknown color: approx Morning Glory. HEX triplet: 9E, DB and D9. RGB value is (158,219,217). Sum of RGB (Red+Green+Blue) = 158+219+217=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBD9 is #612426. Grayscale: #C8C8C8. Windows color (decimal): -6366247 or 14277534. OLE color: 14277534.

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

Color convert

RGB158219217-
CMYK0.2800.010.14
HSL178.03º45.86%73.92%-
HSV(B)178.03º27.85%85.88%-
XYZ51.9662.9475.06-
YUV200.53137.2997.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.60%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=26.60%
G=36.87%
B=36.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582192170.2800.010.14178.0345.8673.92
Hex9EDBD91C01Eb22e4a
Octal23633333134011626256112
Binary10011110110110111101100111100011110101100101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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