#9ED0D1

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

Shades of Morning Glory #9ED0D1

Tints of Morning Glory #9ED0D1

Color information

#9ED0D1 (or 0x9ED0D1) is unknown color: approx Morning Glory. HEX triplet: 9E, D0 and D1. RGB value is (158,208,209). Sum of RGB (Red+Green+Blue) = 158+208+209=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #9ED0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED0D1 is #612F2E. Grayscale: #C1C1C1. Windows color (decimal): -6369071 or 13750430. OLE color: 13750430.

HSL color Cylindrical-coordinate representation of color #9ED0D1: hue angle of 181.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED0D1 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB158208209-
CMYK0.240.0000.18
HSL181.18º35.66%71.96%-
HSV(B)181.18º24.4%81.96%-
XYZ48.1756.9868.78-
YUV193.16136.94102.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=27.48%
G=36.17%
B=36.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582082090.240.0000.18181.1835.6671.96
Hex9ED0D1180012b52448
Octal23632032130002226544110
Binary100111101101000011010001110000010010101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,209); }

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

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

 a { background-color: rgb(158,208,209); }

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

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

 span { border-color: rgb(158,208,209); }

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