#96C3CB

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

Shades of Morning Glory #96C3CB

Tints of Morning Glory #96C3CB

Color information

#96C3CB (or 0x96C3CB) is unknown color: approx Morning Glory. HEX triplet: 96, C3 and CB. RGB value is (150,195,203). Sum of RGB (Red+Green+Blue) = 150+195+203=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #96C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3CB is #693C34. Grayscale: #B6B6B6. Windows color (decimal): -6896693 or 13353878. OLE color: 13353878.

HSL color Cylindrical-coordinate representation of color #96C3CB: hue angle of 189.06º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C3CB is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150195203-
CMYK0.260.0400.20
HSL189.06º33.76%69.22%-
HSV(B)189.06º26.11%79.61%-
XYZ42.8749.8363.86-
YUV182.46139.59104.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 195 (76.56% from 255) = 35.58%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=27.37%
G=35.58%
B=37.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501952030.260.0400.20189.0633.7669.22
Hex96C3CB1A4014bd2245
Octal22630331332402427542105
Binary10010110110000111100101111010100010100101111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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