#96DFDE

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

Shades of Morning Glory #96DFDE

Tints of Morning Glory #96DFDE

Color information

#96DFDE (or 0x96DFDE) is unknown color: approx Morning Glory. HEX triplet: 96, DF and DE. RGB value is (150,223,222). Sum of RGB (Red+Green+Blue) = 150+223+222=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFDE is #692021. Grayscale: #C8C8C8. Windows color (decimal): -6889506 or 14606230. OLE color: 14606230.

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

Color convert

RGB150223222-
CMYK0.3300.000.13
HSL179.18º53.28%73.14%-
HSV(B)179.18º32.74%87.45%-
XYZ52.1564.5378.81-
YUV201.06139.8291.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.21%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=25.21%
G=37.48%
B=37.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232220.3300.000.13179.1853.2873.14
Hex96DFDE2100Db33549
Octal22633733641001526365111
Binary100101101101111111011110100001001101101100111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,222); }

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

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

 a { background-color: rgb(150,223,222); }

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

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

 span { border-color: rgb(150,223,222); }

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