#95D7DE

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

Shades of Morning Glory #95D7DE

Tints of Morning Glory #95D7DE

Color information

#95D7DE (or 0x95D7DE) is unknown color: approx Morning Glory. HEX triplet: 95, D7 and DE. RGB value is (149,215,222). Sum of RGB (Red+Green+Blue) = 149+215+222=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #95D7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7DE is #6A2821. Grayscale: #C3C3C3. Windows color (decimal): -6957090 or 14604181. OLE color: 14604181.

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

Color convert

RGB149215222-
CMYK0.330.0300.13
HSL185.75º52.52%72.75%-
HSV(B)185.75º32.88%87.06%-
XYZ49.8860.2678.11-
YUV196.06142.6394.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.43%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=25.43%
G=36.69%
B=37.88%

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
Decimal1492152220.330.0300.13185.7552.5272.75
Hex95D7DE2130Dba3549
Octal22532733641301527265111
Binary1001010111010111110111101000011101101101110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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