#95D8DE

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

Shades of Morning Glory #95D8DE

Tints of Morning Glory #95D8DE

Color information

#95D8DE (or 0x95D8DE) is unknown color: approx Morning Glory. HEX triplet: 95, D8 and DE. RGB value is (149,216,222). Sum of RGB (Red+Green+Blue) = 149+216+222=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #95D8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8DE is #6A2721. Grayscale: #C4C4C4. Windows color (decimal): -6956834 or 14604437. OLE color: 14604437.

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

Color convert

RGB149216222-
CMYK0.330.0300.13
HSL184.93º52.52%72.75%-
HSV(B)184.93º32.88%87.06%-
XYZ50.1460.7878.2-
YUV196.65142.394.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.38%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=25.38%
G=36.80%
B=37.82%

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
Decimal1492162220.330.0300.13184.9352.5272.75
Hex95D8DE2130Db93549
Octal22533033641301527165111
Binary1001010111011000110111101000011101101101110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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