#96CACE

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

Shades of Morning Glory #96CACE

Tints of Morning Glory #96CACE

Color information

#96CACE (or 0x96CACE) is unknown color: approx Morning Glory. HEX triplet: 96, CA and CE. RGB value is (150,202,206). Sum of RGB (Red+Green+Blue) = 150+202+206=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #96CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CACE is #693531. Grayscale: #BABABA. Windows color (decimal): -6894898 or 13552278. OLE color: 13552278.

HSL color Cylindrical-coordinate representation of color #96CACE: hue angle of 184.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CACE is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150202206-
CMYK0.270.0200.19
HSL184.29º36.36%69.8%-
HSV(B)184.29º27.18%80.78%-
XYZ44.8453.1866.29-
YUV186.91138.77101.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.88%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=26.88%
G=36.20%
B=36.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502022060.270.0200.19184.2936.3669.8
Hex96CACE1B2013b82446
Octal22631231633202327044106
Binary1001011011001010110011101101110010011101110001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,206); }

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

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

 a { background-color: rgb(150,202,206); }

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

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

 span { border-color: rgb(150,202,206); }

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