#95D8D9

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

Shades of Morning Glory #95D8D9

Tints of Morning Glory #95D8D9

Color information

#95D8D9 (or 0x95D8D9) is unknown color: approx Morning Glory. HEX triplet: 95, D8 and D9. RGB value is (149,216,217). Sum of RGB (Red+Green+Blue) = 149+216+217=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #95D8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8D9 is #6A2726. Grayscale: #C4C4C4. Windows color (decimal): -6956839 or 14276757. OLE color: 14276757.

HSL color Cylindrical-coordinate representation of color #95D8D9: hue angle of 180.88º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D8D9 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149216217-
CMYK0.310.0000.15
HSL180.88º47.22%71.76%-
HSV(B)180.88º31.34%85.1%-
XYZ49.4760.5174.72-
YUV196.08139.894.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.60%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=25.60%
G=37.11%
B=37.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492162170.310.0000.15180.8847.2271.76
Hex95D8D91F00Fb52f48
Octal22533033137001726557110
Binary10010101110110001101100111111001111101101011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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