#95ded9

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

Shades of Morning Glory #95DED9

Tints of Morning Glory #95DED9

Color information

#95DED9 (or 0x95DED9) is unknown color: approx Morning Glory. HEX triplet: 95, DE and D9. RGB value is (149,222,217). Sum of RGB (Red+Green+Blue) = 149+222+217=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #95DED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DED9 is #6A2126. Grayscale: #C7C7C7. Windows color (decimal): -6955303 or 14278293. OLE color: 14278293.

HSL color Cylindrical-coordinate representation of color #95DED9: hue angle of 175.89º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DED9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB149222217-
CMYK0.3300.020.13
HSL175.89º52.52%72.75%-
HSV(B)175.89º32.88%87.06%-
XYZ51.0463.6475.24-
YUV199.6137.8291.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.34%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=25.34%
G=37.76%
B=36.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492222170.3300.020.13175.8952.5272.75
Hex95DED92102Db03549
Octal22533633141021526065111
Binary1001010111011110110110011000010101101101100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ded9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ded9; }

 p { color: rgb(149,222,217); }

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

<style>
 a { background-color: #95ded9; }

 a { background-color: rgb(149,222,217); }

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

<style>
 span { border-color: #95ded9; }

 span { border-color: rgb(149,222,217); }

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