#96D2D7

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

Shades of Morning Glory #96D2D7

Tints of Morning Glory #96D2D7

Color information

#96D2D7 (or 0x96D2D7) is unknown color: approx Morning Glory. HEX triplet: 96, D2 and D7. RGB value is (150,210,215). Sum of RGB (Red+Green+Blue) = 150+210+215=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #96D2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2D7 is #692D28. Grayscale: #C0C0C0. Windows color (decimal): -6892841 or 14144150. OLE color: 14144150.

HSL color Cylindrical-coordinate representation of color #96D2D7: hue angle of 184.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D2D7 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150210215-
CMYK0.300.0200.16
HSL184.62º44.83%71.57%-
HSV(B)184.62º30.23%84.31%-
XYZ47.8957.4872.86-
YUV192.63140.6297.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=26.09%
G=36.52%
B=37.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502102150.300.0200.16184.6244.8371.57
Hex96D2D71E2010b92d48
Octal22632232736202027155110
Binary1001011011010010110101111111010010000101110011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,210,215); }

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

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

 a { background-color: rgb(150,210,215); }

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

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

 span { border-color: rgb(150,210,215); }

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