#96C0C3

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

Shades of Morning Glory #96C0C3

Tints of Morning Glory #96C0C3

Color information

#96C0C3 (or 0x96C0C3) is unknown color: approx Morning Glory. HEX triplet: 96, C0 and C3. RGB value is (150,192,195). Sum of RGB (Red+Green+Blue) = 150+192+195=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #96C0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0C3 is #693F3C. Grayscale: #B3B3B3. Windows color (decimal): -6897469 or 12828822. OLE color: 12828822.

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

Color convert

RGB150192195-
CMYK0.230.0200.24
HSL184º27.27%67.65%-
HSV(B)184º23.08%76.47%-
XYZ41.2848.1258.74-
YUV179.78136.59106.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=27.93%
G=35.75%
B=36.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501921950.230.0200.2418427.2767.65
Hex96C0C3172018b81b44
Octal22630030327203027033104
Binary100101101100000011000011101111001100010111000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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