#96C4C9

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

Shades of Morning Glory #96C4C9

Tints of Morning Glory #96C4C9

Color information

#96C4C9 (or 0x96C4C9) is unknown color: approx Morning Glory. HEX triplet: 96, C4 and C9. RGB value is (150,196,201). Sum of RGB (Red+Green+Blue) = 150+196+201=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #96C4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C4C9 is #693B36. Grayscale: #B6B6B6. Windows color (decimal): -6896439 or 13223062. OLE color: 13223062.

HSL color Cylindrical-coordinate representation of color #96C4C9: hue angle of 185.88º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C4C9 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150196201-
CMYK0.250.0200.21
HSL185.88º32.08%68.82%-
HSV(B)185.88º25.37%78.82%-
XYZ42.8650.1862.69-
YUV182.82138.26104.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 201 (78.91% from 255) = 36.75%
R=27.42%
G=35.83%
B=36.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501962010.250.0200.21185.8832.0868.82
Hex96C4C9192015ba2045
Octal22630431131202527240105
Binary1001011011000100110010011100110010101101110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,196,201); }

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

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

 a { background-color: rgb(150,196,201); }

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

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

 span { border-color: rgb(150,196,201); }

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