#96D1D9

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

Shades of Morning Glory #96D1D9

Tints of Morning Glory #96D1D9

Color information

#96D1D9 (or 0x96D1D9) is unknown color: approx Morning Glory. HEX triplet: 96, D1 and D9. RGB value is (150,209,217). Sum of RGB (Red+Green+Blue) = 150+209+217=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #96D1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1D9 is #692E26. Grayscale: #C0C0C0. Windows color (decimal): -6893095 or 14274966. OLE color: 14274966.

HSL color Cylindrical-coordinate representation of color #96D1D9: hue angle of 187.16º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D1D9 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150209217-
CMYK0.310.0400.15
HSL187.16º46.85%71.96%-
HSV(B)187.16º30.88%85.1%-
XYZ47.957.0974.14-
YUV192.27141.9597.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.04%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=26.04%
G=36.28%
B=37.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502092170.310.0400.15187.1646.8571.96
Hex96D1D91F40Fbb2f48
Octal22632133137401727357110
Binary1001011011010001110110011111110001111101110111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D1D9; }

 p { color: rgb(150,209,217); }

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

<style>
 a { background-color: #96D1D9; }

 a { background-color: rgb(150,209,217); }

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

<style>
 span { border-color: #96D1D9; }

 span { border-color: rgb(150,209,217); }

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