#96DDDF

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

Shades of Morning Glory #96DDDF

Tints of Morning Glory #96DDDF

Color information

#96DDDF (or 0x96DDDF) is unknown color: approx Morning Glory. HEX triplet: 96, DD and DF. RGB value is (150,221,223). Sum of RGB (Red+Green+Blue) = 150+221+223=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDDF is #692220. Grayscale: #C7C7C7. Windows color (decimal): -6890017 or 14671254. OLE color: 14671254.

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

Color convert

RGB150221223-
CMYK0.330.0100.13
HSL181.64º53.28%73.14%-
HSV(B)181.64º32.74%87.45%-
XYZ51.7563.5279.35-
YUV200140.9892.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.25%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=25.25%
G=37.21%
B=37.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502212230.330.0100.13181.6453.2873.14
Hex96DDDF2110Db63549
Octal22633533741101526665111
Binary100101101101110111011111100001101101101101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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