#96C1C3

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

Shades of Morning Glory #96C1C3

Tints of Morning Glory #96C1C3

Color information

#96C1C3 (or 0x96C1C3) is unknown color: approx Morning Glory. HEX triplet: 96, C1 and C3. RGB value is (150,193,195). Sum of RGB (Red+Green+Blue) = 150+193+195=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #96C1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1C3 is #693E3C. Grayscale: #B4B4B4. Windows color (decimal): -6897213 or 12829078. OLE color: 12829078.

HSL color Cylindrical-coordinate representation of color #96C1C3: hue angle of 182.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C1C3 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150193195-
CMYK0.230.0100.24
HSL182.67º27.27%67.65%-
HSV(B)182.67º23.08%76.47%-
XYZ41.548.5658.82-
YUV180.37136.25106.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=27.88%
G=35.87%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931950.230.0100.24182.6727.2767.65
Hex96C1C3171018b71b44
Octal22630130327103026733104
Binary10010110110000011100001110111101100010110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,195); }

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

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

 a { background-color: rgb(150,193,195); }

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

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

 span { border-color: rgb(150,193,195); }

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