#95D0D8

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

Shades of Morning Glory #95D0D8

Tints of Morning Glory #95D0D8

Color information

#95D0D8 (or 0x95D0D8) is unknown color: approx Morning Glory. HEX triplet: 95, D0 and D8. RGB value is (149,208,216). Sum of RGB (Red+Green+Blue) = 149+208+216=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #95D0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0D8 is #6A2F27. Grayscale: #BFBFBF. Windows color (decimal): -6958888 or 14209173. OLE color: 14209173.

HSL color Cylindrical-coordinate representation of color #95D0D8: hue angle of 187.16º degrees, saturation: 0.46, 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 #95D0D8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149208216-
CMYK0.310.0400.15
HSL187.16º46.21%71.57%-
HSV(B)187.16º31.02%84.71%-
XYZ47.3456.4673.37-
YUV191.27141.9597.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=26.00%
G=36.30%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492082160.310.0400.15187.1646.2171.57
Hex95D0D81F40Fbb2e48
Octal22532033037401727356110
Binary1001010111010000110110001111110001111101110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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