#95DDDE

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

Shades of Morning Glory #95DDDE

Tints of Morning Glory #95DDDE

Color information

#95DDDE (or 0x95DDDE) is unknown color: approx Morning Glory. HEX triplet: 95, DD and DE. RGB value is (149,221,222). Sum of RGB (Red+Green+Blue) = 149+221+222=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #95DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDDE is #6A2221. Grayscale: #C7C7C7. Windows color (decimal): -6955554 or 14605717. OLE color: 14605717.

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

Color convert

RGB149221222-
CMYK0.330.0000.13
HSL180.82º52.52%72.75%-
HSV(B)180.82º32.88%87.06%-
XYZ51.4463.3878.63-
YUV199.59140.6591.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.17%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=25.17%
G=37.33%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492212220.330.0000.13180.8252.5272.75
Hex95DDDE2100Db53549
Octal22533533641001526565111
Binary100101011101110111011110100001001101101101011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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