#95D7DD

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

Shades of Morning Glory #95D7DD

Tints of Morning Glory #95D7DD

Color information

#95D7DD (or 0x95D7DD) is unknown color: approx Morning Glory. HEX triplet: 95, D7 and DD. RGB value is (149,215,221). Sum of RGB (Red+Green+Blue) = 149+215+221=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #95D7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7DD is #6A2822. Grayscale: #C3C3C3. Windows color (decimal): -6957091 or 14538645. OLE color: 14538645.

HSL color Cylindrical-coordinate representation of color #95D7DD: hue angle of 185º degrees, saturation: 0.51, 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 #95D7DD is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149215221-
CMYK0.330.0300.13
HSL185º51.43%72.55%-
HSV(B)185º32.58%86.67%-
XYZ49.7560.2177.41-
YUV195.95142.1394.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=25.47%
G=36.75%
B=37.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492152210.330.0300.1318551.4372.55
Hex95D7DD2130Db93349
Octal22532733541301527163111
Binary1001010111010111110111011000011101101101110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,215,221); }

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

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

 a { background-color: rgb(149,215,221); }

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

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

 span { border-color: rgb(149,215,221); }

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