#95D7DB

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

Shades of Morning Glory #95D7DB

Tints of Morning Glory #95D7DB

Color information

#95D7DB (or 0x95D7DB) is unknown color: approx Morning Glory. HEX triplet: 95, D7 and DB. RGB value is (149,215,219). Sum of RGB (Red+Green+Blue) = 149+215+219=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #95D7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7DB is #6A2824. Grayscale: #C3C3C3. Windows color (decimal): -6957093 or 14407573. OLE color: 14407573.

HSL color Cylindrical-coordinate representation of color #95D7DB: hue angle of 183.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95D7DB is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149215219-
CMYK0.320.0200.14
HSL183.43º49.3%72.16%-
HSV(B)183.43º31.96%85.88%-
XYZ49.4860.176.01-
YUV195.72141.1394.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=25.56%
G=36.88%
B=37.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492152190.320.0200.14183.4349.372.16
Hex95D7DB2020Eb73148
Octal22532733340201626761110
Binary1001010111010111110110111000001001110101101111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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