#96DADF

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

Shades of Morning Glory #96DADF

Tints of Morning Glory #96DADF

Color information

#96DADF (or 0x96DADF) is unknown color: approx Morning Glory. HEX triplet: 96, DA and DF. RGB value is (150,218,223). Sum of RGB (Red+Green+Blue) = 150+218+223=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DADF is #692520. Grayscale: #C6C6C6. Windows color (decimal): -6890785 or 14670486. OLE color: 14670486.

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

Color convert

RGB150218223-
CMYK0.330.0200.13
HSL184.11º53.28%73.14%-
HSV(B)184.11º32.74%87.45%-
XYZ50.9761.9579.08-
YUV198.24141.9793.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.38%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=25.38%
G=36.89%
B=37.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502182230.330.0200.13184.1153.2873.14
Hex96DADF2120Db83549
Octal22633233741201527065111
Binary1001011011011010110111111000011001101101110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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