#96DFDA

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

Shades of Morning Glory #96DFDA

Tints of Morning Glory #96DFDA

Color information

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

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

Color convert

RGB150223218-
CMYK0.3300.020.13
HSL175.89º53.28%73.14%-
HSV(B)175.89º32.74%87.45%-
XYZ51.6264.3276.02-
YUV200.6137.8291.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232180.3300.020.13175.8953.2873.14
Hex96DFDA2102Db03549
Octal22633733241021526065111
Binary1001011011011111110110101000010101101101100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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