#96DFDD

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

Shades of Morning Glory #96DFDD

Tints of Morning Glory #96DFDD

Color information

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

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

Color convert

RGB150223221-
CMYK0.3300.010.13
HSL178.36º53.28%73.14%-
HSV(B)178.36º32.74%87.45%-
XYZ52.0264.4878.11-
YUV200.94139.3291.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232210.3300.010.13178.3653.2873.14
Hex96DFDD2101Db23549
Octal22633733541011526265111
Binary100101101101111111011101100001011101101100101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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